Html Css Color HEX #B9C118 Rio Grande

📋 copy color: '#B9C118'

red 185 ◦ green 193 ◦ blue 24

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

Shades of Rio Grande #B9C118

Tints of Rio Grande #B9C118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.97%

R = 46.02%
G = 48.01%
B = 5.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#B9C118 (or 0xB9C118) is known color: Rio Grande. HEX triplet: B9, C1 and 18. RGB value is (185,193,24). Sum of RGB (Red+Green+Blue) = 185+193+24=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C118 is #463EE7. Grayscale: #ACACAC. Windows color (decimal): -4603624 or 1622457. OLE color: 1622457.

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

Color convert

RGB 185 193 24 -
CMYK 0.04 0 0.88 0.24
HSL 62.84º 0.78% 0.43% -
HSV(B) 62.84º 0.88% 0.76% -
XYZ 39.24 48.52 8.16 -
YUV 171.34 44.85 137.74 -
System Red Green Blue C M Y K H S L
Decimal 185 193 24 0.04 0 0.88 0.24 62.84 0.78 0.43
Hex B9 C1 18 4 0 58 18 3F 4E 2B
Octal 271 301 30 4 0 130 30 77 116 53
Binary 10111001 11000001 11000 100 0 1011000 11000 111111 1001110 101011

Color Harmonies of #B9C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C118

Black with #B9C118

Text Example


Text Example

White with #B9C118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C118; }

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

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

background-color css

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

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

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

border-color css

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

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

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