#B5D31F

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

Shades of Rio Grande #B5D31F

Tints of Rio Grande #B5D31F

Color information

#B5D31F (or 0xB5D31F) is unknown color: approx Rio Grande. HEX triplet: B5, D3 and 1F. RGB value is (181,211,31). Sum of RGB (Red+Green+Blue) = 181+211+31=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D31F is #4A2CE0. Grayscale: #B6B6B6. Windows color (decimal): -4861153 or 2085813. OLE color: 2085813.

HSL color Cylindrical-coordinate representation of color #B5D31F: hue angle of 70º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5D31F is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB18121131-
CMYK0.1400.850.17
HSL70º74.38%47.45%-
HSV(B)70º85.31%82.75%-
XYZ42.656.519.96-
YUV181.5143.06127.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 211 (82.81% from 255) = 49.88%
BLUE value IS 31 (12.5% from 255) = 7.33%
R=42.79%
G=49.88%
B=7.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181211310.1400.850.177074.3847.45
HexB5D31FE05511464a2f
Octal265323371601252110611257
Binary1011010111010011111111110010101011000110001101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D31F; }

 p { color: rgb(181,211,31); }

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

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

 a { background-color: rgb(181,211,31); }

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

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

 span { border-color: rgb(181,211,31); }

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