Html Css Color HEX #B9C11C Rio Grande

📋 copy color: '#B9C11C'

red 185 ◦ green 193 ◦ blue 28

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

Shades of Rio Grande #B9C11C

Tints of Rio Grande #B9C11C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.54%

 BLUE value IS 28 (11.33% from 255) = 6.9%

R = 45.57%
G = 47.54%
B = 6.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B9C11C (or 0xB9C11C) is known color: Rio Grande. HEX triplet: B9, C1 and 1C. RGB value is (185,193,28). Sum of RGB (Red+Green+Blue) = 185+193+28=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C11C is #463EE3. Grayscale: #ACACAC. Windows color (decimal): -4603620 or 1884601. OLE color: 1884601.

HSL color Cylindrical-coordinate representation of color #B9C11C: hue angle of 62.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C11C is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 193 28 -
CMYK 0.04 0 0.85 0.24
HSL 62.91º 0.75% 0.43% -
HSV(B) 62.91º 0.85% 0.76% -
XYZ 39.29 48.54 8.4 -
YUV 171.8 46.85 137.42 -
System Red Green Blue C M Y K H S L
Decimal 185 193 28 0.04 0 0.85 0.24 62.91 0.75 0.43
Hex B9 C1 1C 4 0 55 18 3F 4B 2B
Octal 271 301 34 4 0 125 30 77 113 53
Binary 10111001 11000001 11100 100 0 1010101 11000 111111 1001011 101011

Color Harmonies of #B9C11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C11C

Black with #B9C11C

Text Example


Text Example

White with #B9C11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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