Html Css Color HEX #B9C01E Rio Grande

📋 copy color: '#B9C01E'

red 185 ◦ green 192 ◦ blue 30

#B9C01E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B9C01E

Tints of Rio Grande #B9C01E

RGB

 RED value IS 185 (72.66% from 255) = 45.45%

 GREEN value IS 192 (75.39% from 255) = 47.17%

 BLUE value IS 30 (12.11% from 255) = 7.37%

R = 45.45%
G = 47.17%
B = 7.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B9C01E (or 0xB9C01E) is known color: Rio Grande. HEX triplet: B9, C0 and 1E. RGB value is (185,192,30). Sum of RGB (Red+Green+Blue) = 185+192+30=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C01E is #463FE1. Grayscale: #ACACAC. Windows color (decimal): -4603874 or 2015417. OLE color: 2015417.

HSL color Cylindrical-coordinate representation of color #B9C01E: hue angle of 62.59º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9C01E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 30 -
CMYK 0.04 0 0.84 0.25
HSL 62.59º 0.73% 0.44% -
HSV(B) 62.59º 0.84% 0.75% -
XYZ 39.09 48.11 8.45 -
YUV 171.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 185 192 30 0.04 0 0.84 0.25 62.59 0.73 0.44
Hex B9 C0 1E 4 0 54 19 3F 49 2C
Octal 271 300 36 4 0 124 31 77 111 54
Binary 10111001 11000000 11110 100 0 1010100 11001 111111 1001001 101100

Color Harmonies of #B9C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C01E

Black with #B9C01E

Text Example


Text Example

White with #B9C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C01E; }

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

 H1.HeaderClassName
 {
   color: #B9C01E;
 }
 .AnyTagClassName
 {
   color: #B9C01E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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