Html Css Color HEX #B9C018 Rio Grande

📋 copy color: '#B9C018'

red 185 ◦ green 192 ◦ blue 24

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

Shades of Rio Grande #B9C018

Tints of Rio Grande #B9C018

RGB

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

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

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

R = 46.13%
G = 47.88%
B = 5.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#B9C018 (or 0xB9C018) is known color: Rio Grande. HEX triplet: B9, C0 and 18. RGB value is (185,192,24). Sum of RGB (Red+Green+Blue) = 185+192+24=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C018 is #463FE7. Grayscale: #ABABAB. Windows color (decimal): -4603880 or 1622201. OLE color: 1622201.

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

Color convert

RGB 185 192 24 -
CMYK 0.04 0 0.88 0.25
HSL 62.5º 0.78% 0.42% -
HSV(B) 62.5º 0.88% 0.75% -
XYZ 39.02 48.08 8.09 -
YUV 170.76 45.18 138.16 -
System Red Green Blue C M Y K H S L
Decimal 185 192 24 0.04 0 0.88 0.25 62.5 0.78 0.42
Hex B9 C0 18 4 0 58 19 3F 4E 2A
Octal 271 300 30 4 0 130 31 77 116 52
Binary 10111001 11000000 11000 100 0 1011000 11001 111111 1001110 101010

Color Harmonies of #B9C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C018

Black with #B9C018

Text Example


Text Example

White with #B9C018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C018; }

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

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

background-color css

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

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

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

border-color css

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

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

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