Html Css Color HEX #B9CA18 Rio Grande

📋 copy color: '#B9CA18'

red 185 ◦ green 202 ◦ blue 24

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

Shades of Rio Grande #B9CA18

Tints of Rio Grande #B9CA18

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.15%

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

R = 45.01%
G = 49.15%
B = 5.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#B9CA18 (or 0xB9CA18) is known color: Rio Grande. HEX triplet: B9, CA and 18. RGB value is (185,202,24). Sum of RGB (Red+Green+Blue) = 185+202+24=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CA18 is #4635E7. Grayscale: #B1B1B1. Windows color (decimal): -4601320 or 1624761. OLE color: 1624761.

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

Color convert

RGB 185 202 24 -
CMYK 0.08 0 0.88 0.21
HSL 65.73º 0.79% 0.44% -
HSV(B) 65.73º 0.88% 0.79% -
XYZ 41.29 52.62 8.84 -
YUV 176.63 41.87 133.97 -
System Red Green Blue C M Y K H S L
Decimal 185 202 24 0.08 0 0.88 0.21 65.73 0.79 0.44
Hex B9 CA 18 8 0 58 15 42 4F 2C
Octal 271 312 30 10 0 130 25 102 117 54
Binary 10111001 11001010 11000 1000 0 1011000 10101 1000010 1001111 101100

Color Harmonies of #B9CA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA18

Black with #B9CA18

Text Example


Text Example

White with #B9CA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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