Html Css Color HEX #B9C916 Rio Grande

📋 copy color: '#B9C916'

red 185 ◦ green 201 ◦ blue 22

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

Shades of Rio Grande #B9C916

Tints of Rio Grande #B9C916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.26%

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

R = 45.34%
G = 49.26%
B = 5.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#B9C916 (or 0xB9C916) is known color: Rio Grande. HEX triplet: B9, C9 and 16. RGB value is (185,201,22). Sum of RGB (Red+Green+Blue) = 185+201+22=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C916 is #4636E9. Grayscale: #B0B0B0. Windows color (decimal): -4601578 or 1493433. OLE color: 1493433.

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

Color convert

RGB 185 201 22 -
CMYK 0.08 0 0.89 0.21
HSL 65.36º 0.8% 0.44% -
HSV(B) 65.36º 0.89% 0.79% -
XYZ 41.04 52.15 8.66 -
YUV 175.81 41.2 134.55 -
System Red Green Blue C M Y K H S L
Decimal 185 201 22 0.08 0 0.89 0.21 65.36 0.8 0.44
Hex B9 C9 16 8 0 59 15 41 50 2C
Octal 271 311 26 10 0 131 25 101 120 54
Binary 10111001 11001001 10110 1000 0 1011001 10101 1000001 1010000 101100

Color Harmonies of #B9C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C916

Black with #B9C916

Text Example


Text Example

White with #B9C916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C916; }

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

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

background-color css

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

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

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

border-color css

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

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

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