#B3C929

Color #B3C929 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B3C929

Tints of Rio Grande #B3C929

Color information

#B3C929 (or 0xB3C929) is unknown color: approx Rio Grande. HEX triplet: B3, C9 and 29. RGB value is (179,201,41). Sum of RGB (Red+Green+Blue) = 179+201+41=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C929 is #4C36D6. Grayscale: #B0B0B0. Windows color (decimal): -4994775 or 2738611. OLE color: 2738611.

HSL color Cylindrical-coordinate representation of color #B3C929: hue angle of 68.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3C929 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB17920141-
CMYK0.1100.800.21
HSL68.25º66.12%47.45%-
HSV(B)68.25º79.6%78.82%-
XYZ39.8851.529.94-
YUV176.1851.71130.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 201 (78.91% from 255) = 47.74%
BLUE value IS 41 (16.41% from 255) = 9.74%
R=42.52%
G=47.74%
B=9.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179201410.1100.800.2168.2566.1247.45
HexB3C929B0501544422f
Octal263311511301202510410257
Binary10110011110010011010011011010100001010110001001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C929; }

 p { color: rgb(179,201,41); }

 H1.HeaderClassName
 {
   color: #B3C929;
 }
 .AnyTagClassName
 {
   color: #B3C929;
 }
</style>
background-color css

<style>
 a { background-color: #B3C929; }

 a { background-color: rgb(179,201,41); }

 div.DivClassName
 {
   background-color: #B3C929;
 }
 .BgClassName
 {
   background-color: #B3C929;
 }
</style>
border-color css

<style>
 span { border-color: #B3C929; }

 span { border-color: rgb(179,201,41); }

 td.TdClassName
 {
   border-color: #B3C929;
 }
 .TagClassName
 {
   border-color: #B3C929;
 }
</style>