#B5C031

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

Shades of Rio Grande #B5C031

Tints of Rio Grande #B5C031

Color information

#B5C031 (or 0xB5C031) is unknown color: approx Rio Grande. HEX triplet: B5, C0 and 31. RGB value is (181,192,49). Sum of RGB (Red+Green+Blue) = 181+192+49=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C031 is #4A3FCE. Grayscale: #ACACAC. Windows color (decimal): -4865999 or 3260597. OLE color: 3260597.

HSL color Cylindrical-coordinate representation of color #B5C031: hue angle of 64.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5C031 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB18119249-
CMYK0.0600.740.25
HSL64.62º59.34%47.25%-
HSV(B)64.62º74.48%75.29%-
XYZ38.4647.7410.09-
YUV172.4158.36134.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 192 (75.39% from 255) = 45.50%
BLUE value IS 49 (19.53% from 255) = 11.61%
R=42.89%
G=45.50%
B=11.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181192490.0600.740.2564.6259.3447.25
HexB5C031604A19413b2f
Octal2653006160112311017357
Binary101101011100000011000111001001010110011000001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C031; }

 p { color: rgb(181,192,49); }

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

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

 a { background-color: rgb(181,192,49); }

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

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

 span { border-color: rgb(181,192,49); }

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