#B5C115

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

Shades of Rio Grande #B5C115

Tints of Rio Grande #B5C115

Color information

#B5C115 (or 0xB5C115) is unknown color: approx Rio Grande. HEX triplet: B5, C1 and 15. RGB value is (181,193,21). Sum of RGB (Red+Green+Blue) = 181+193+21=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C115 is #4A3EEA. Grayscale: #AAAAAA. Windows color (decimal): -4865771 or 1425845. OLE color: 1425845.

HSL color Cylindrical-coordinate representation of color #B5C115: hue angle of 64.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5C115 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB18119321-
CMYK0.0600.890.24
HSL64.19º80.37%41.96%-
HSV(B)64.19º89.12%75.69%-
XYZ38.2648.027.96-
YUV169.844.02135.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 193 (75.78% from 255) = 48.86%
BLUE value IS 21 (8.59% from 255) = 5.32%
R=45.82%
G=48.86%
B=5.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181193210.0600.890.2464.1980.3741.96
HexB5C11560591840502a
Octal26530125601313010012052
Binary101101011100000110101110010110011100010000001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C115; }

 p { color: rgb(181,193,21); }

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

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

 a { background-color: rgb(181,193,21); }

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

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

 span { border-color: rgb(181,193,21); }

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