Html Css Color HEX #B9CC16 Rio Grande

📋 copy color: '#B9CC16'

red 185 ◦ green 204 ◦ blue 22

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

Shades of Rio Grande #B9CC16

Tints of Rio Grande #B9CC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

 BLUE value IS 22 (8.98% from 255) = 5.35%

R = 45.01%
G = 49.64%
B = 5.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#B9CC16 (or 0xB9CC16) is known color: Rio Grande. HEX triplet: B9, CC and 16. RGB value is (185,204,22). Sum of RGB (Red+Green+Blue) = 185+204+22=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CC16 is #4633E9. Grayscale: #B2B2B2. Windows color (decimal): -4600810 or 1494201. OLE color: 1494201.

HSL color Cylindrical-coordinate representation of color #B9CC16: hue angle of 66.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9CC16 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 22 -
CMYK 0.09 0 0.89 0.2
HSL 66.26º 0.81% 0.44% -
HSV(B) 66.26º 0.89% 0.8% -
XYZ 41.75 53.56 8.9 -
YUV 177.57 40.21 133.3 -
System Red Green Blue C M Y K H S L
Decimal 185 204 22 0.09 0 0.89 0.2 66.26 0.81 0.44
Hex B9 CC 16 9 0 59 14 42 51 2C
Octal 271 314 26 11 0 131 24 102 121 54
Binary 10111001 11001100 10110 1001 0 1011001 10100 1000010 1010001 101100

Color Harmonies of #B9CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC16

Black with #B9CC16

Text Example


Text Example

White with #B9CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC16; }

 p { color: rgb(185,204,22); }

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

background-color css

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

 a { background-color: rgb(185,204,22); }

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

border-color css

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

 span { border-color: rgb(185,204,22); }

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