Html Css Color HEX #B9C921 Rio Grande

📋 copy color: '#B9C921'

red 185 ◦ green 201 ◦ blue 33

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

Shades of Rio Grande #B9C921

Tints of Rio Grande #B9C921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 44.15%
G = 47.97%
B = 7.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#B9C921 (or 0xB9C921) is known color: Rio Grande. HEX triplet: B9, C9 and 21. RGB value is (185,201,33). Sum of RGB (Red+Green+Blue) = 185+201+33=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C921 is #4636DE. Grayscale: #B1B1B1. Windows color (decimal): -4601567 or 2214329. OLE color: 2214329.

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

Color convert

RGB 185 201 33 -
CMYK 0.08 0 0.84 0.21
HSL 65.71º 0.72% 0.46% -
HSV(B) 65.71º 0.84% 0.79% -
XYZ 41.17 52.2 9.34 -
YUV 177.06 46.7 133.66 -
System Red Green Blue C M Y K H S L
Decimal 185 201 33 0.08 0 0.84 0.21 65.71 0.72 0.46
Hex B9 C9 21 8 0 54 15 42 48 2E
Octal 271 311 41 10 0 124 25 102 110 56
Binary 10111001 11001001 100001 1000 0 1010100 10101 1000010 1001000 101110

Color Harmonies of #B9C921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C921

Black with #B9C921

Text Example


Text Example

White with #B9C921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C921; }

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

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

background-color css

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

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

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

border-color css

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

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

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