#B9C91E

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

Shades of Rio Grande #B9C91E

Tints of Rio Grande #B9C91E

Color information

#B9C91E (or 0xB9C91E) is unknown color: approx Rio Grande. HEX triplet: B9, C9 and 1E. RGB value is (185,201,30). Sum of RGB (Red+Green+Blue) = 185+201+30=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C91E is #4636E1. Grayscale: #B1B1B1. Windows color (decimal): -4601570 or 2017721. OLE color: 2017721.

HSL color Cylindrical-coordinate representation of color #B9C91E: hue angle of 65.61º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C91E is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB18520130-
CMYK0.0800.850.21
HSL65.61º74.03%45.29%-
HSV(B)65.61º85.07%78.82%-
XYZ41.1352.189.13-
YUV176.7245.2133.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 201 (78.91% from 255) = 48.32%
BLUE value IS 30 (12.11% from 255) = 7.21%
R=44.47%
G=48.32%
B=7.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185201300.0800.850.2165.6174.0345.29
HexB9C91E805515424a2d
Octal271311361001252510211255
Binary1011100111001001111101000010101011010110000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C91E; }

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

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

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

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

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

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

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

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