#B5C41E

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

Shades of Rio Grande #B5C41E

Tints of Rio Grande #B5C41E

Color information

#B5C41E (or 0xB5C41E) is unknown color: approx Rio Grande. HEX triplet: B5, C4 and 1E. RGB value is (181,196,30). Sum of RGB (Red+Green+Blue) = 181+196+30=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C41E is #4A3BE1. Grayscale: #ADADAD. Windows color (decimal): -4864994 or 2016437. OLE color: 2016437.

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

Color convert

RGB18119630-
CMYK0.0800.850.23
HSL65.42º73.45%44.31%-
HSV(B)65.42º84.69%76.86%-
XYZ39.0349.48.71-
YUV172.5947.53134-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 196 (76.95% from 255) = 48.16%
BLUE value IS 30 (12.11% from 255) = 7.37%
R=44.47%
G=48.16%
B=7.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181196300.0800.850.2365.4273.4544.31
HexB5C41E80551741492c
Octal265304361001252710111154
Binary1011010111000100111101000010101011011110000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C41E; }

 p { color: rgb(181,196,30); }

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

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

 a { background-color: rgb(181,196,30); }

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

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

 span { border-color: rgb(181,196,30); }

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