Html Css Color HEX #B9C716 Rio Grande

📋 copy color: '#B9C716'

red 185 ◦ green 199 ◦ blue 22

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

Shades of Rio Grande #B9C716

Tints of Rio Grande #B9C716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.01%

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

R = 45.57%
G = 49.01%
B = 5.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#B9C716 (or 0xB9C716) is known color: Rio Grande. HEX triplet: B9, C7 and 16. RGB value is (185,199,22). Sum of RGB (Red+Green+Blue) = 185+199+22=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C716 is #4638E9. Grayscale: #AFAFAF. Windows color (decimal): -4602090 or 1492921. OLE color: 1492921.

HSL color Cylindrical-coordinate representation of color #B9C716: hue angle of 64.75º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9C716 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 199 22 -
CMYK 0.07 0 0.89 0.22
HSL 64.75º 0.8% 0.43% -
HSV(B) 64.75º 0.89% 0.78% -
XYZ 40.58 51.22 8.51 -
YUV 174.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 185 199 22 0.07 0 0.89 0.22 64.75 0.8 0.43
Hex B9 C7 16 7 0 59 16 41 50 2B
Octal 271 307 26 7 0 131 26 101 120 53
Binary 10111001 11000111 10110 111 0 1011001 10110 1000001 1010000 101011

Color Harmonies of #B9C716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C716

Black with #B9C716

Text Example


Text Example

White with #B9C716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C716; }

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

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

background-color css

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

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

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

border-color css

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

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

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