#B9C11E

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

Shades of Rio Grande #B9C11E

Tints of Rio Grande #B9C11E

Color information

#B9C11E (or 0xB9C11E) is unknown color: approx Rio Grande. HEX triplet: B9, C1 and 1E. RGB value is (185,193,30). Sum of RGB (Red+Green+Blue) = 185+193+30=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C11E is #463EE1. Grayscale: #ACACAC. Windows color (decimal): -4603618 or 2015673. OLE color: 2015673.

HSL color Cylindrical-coordinate representation of color #B9C11E: hue angle of 62.94º 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 #B9C11E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB18519330-
CMYK0.0400.840.24
HSL62.94º73.09%43.73%-
HSV(B)62.94º84.46%75.69%-
XYZ39.3148.558.53-
YUV172.0347.85137.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 193 (75.78% from 255) = 47.30%
BLUE value IS 30 (12.11% from 255) = 7.35%
R=45.34%
G=47.30%
B=7.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185193300.0400.840.2462.9473.0943.73
HexB9C11E4054183f492c
Octal2713013640124307711154
Binary10111001110000011111010001010100110001111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C11E; }

 p { color: rgb(185,193,30); }

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

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

 a { background-color: rgb(185,193,30); }

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

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

 span { border-color: rgb(185,193,30); }

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