#B5C526

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

Shades of Rio Grande #B5C526

Tints of Rio Grande #B5C526

Color information

#B5C526 (or 0xB5C526) is unknown color: approx Rio Grande. HEX triplet: B5, C5 and 26. RGB value is (181,197,38). Sum of RGB (Red+Green+Blue) = 181+197+38=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C526 is #4A3AD9. Grayscale: #AEAEAE. Windows color (decimal): -4864730 or 2540981. OLE color: 2540981.

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

Color convert

RGB18119738-
CMYK0.0800.810.23
HSL66.04º67.66%46.08%-
HSV(B)66.04º80.71%77.25%-
XYZ39.3749.99.39-
YUV174.0951.2132.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 197 (77.34% from 255) = 47.36%
BLUE value IS 38 (15.23% from 255) = 9.13%
R=43.51%
G=47.36%
B=9.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181197380.0800.810.2366.0467.6646.08
HexB5C52680511742442e
Octal265305461001212710210456
Binary10110101110001011001101000010100011011110000101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C526; }

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

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

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

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

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

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

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

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