#B5C31F

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

Shades of Rio Grande #B5C31F

Tints of Rio Grande #B5C31F

Color information

#B5C31F (or 0xB5C31F) is unknown color: approx Rio Grande. HEX triplet: B5, C3 and 1F. RGB value is (181,195,31). Sum of RGB (Red+Green+Blue) = 181+195+31=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C31F is #4A3CE0. Grayscale: #ACACAC. Windows color (decimal): -4865249 or 2081717. OLE color: 2081717.

HSL color Cylindrical-coordinate representation of color #B5C31F: hue angle of 65.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5C31F is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB18119531-
CMYK0.0700.840.24
HSL65.12º72.57%44.31%-
HSV(B)65.12º84.1%76.47%-
XYZ38.8248.958.7-
YUV172.1248.36134.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 195 (76.56% from 255) = 47.91%
BLUE value IS 31 (12.5% from 255) = 7.62%
R=44.47%
G=47.91%
B=7.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181195310.0700.840.2465.1272.5744.31
HexB5C31F70541841492c
Octal26530337701243010111154
Binary101101011100001111111111010101001100010000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C31F; }

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

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

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

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

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

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

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

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