#B5C51F

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

Shades of Rio Grande #B5C51F

Tints of Rio Grande #B5C51F

Color information

#B5C51F (or 0xB5C51F) is unknown color: approx Rio Grande. HEX triplet: B5, C5 and 1F. RGB value is (181,197,31). Sum of RGB (Red+Green+Blue) = 181+197+31=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C51F is #4A3AE0. Grayscale: #ADADAD. Windows color (decimal): -4864737 or 2082229. OLE color: 2082229.

HSL color Cylindrical-coordinate representation of color #B5C51F: hue angle of 65.78º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5C51F is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB18119731-
CMYK0.0800.840.23
HSL65.78º72.81%44.71%-
HSV(B)65.78º84.26%77.25%-
XYZ39.2749.868.85-
YUV173.2947.7133.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 197 (77.34% from 255) = 48.17%
BLUE value IS 31 (12.5% from 255) = 7.58%
R=44.25%
G=48.17%
B=7.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181197310.0800.840.2365.7872.8144.71
HexB5C51F80541742492d
Octal265305371001242710211155
Binary1011010111000101111111000010101001011110000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C51F; }

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

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

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

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

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

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

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

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