Html Css Color HEX #B9BD21 Rio Grande

📋 copy color: '#B9BD21'

red 185 ◦ green 189 ◦ blue 33

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

Shades of Rio Grande #B9BD21

Tints of Rio Grande #B9BD21

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.44%

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

R = 45.45%
G = 46.44%
B = 8.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#B9BD21 (or 0xB9BD21) is known color: Rio Grande. HEX triplet: B9, BD and 21. RGB value is (185,189,33). Sum of RGB (Red+Green+Blue) = 185+189+33=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD21 is #4642DE. Grayscale: #AAAAAA. Windows color (decimal): -4604639 or 2211257. OLE color: 2211257.

HSL color Cylindrical-coordinate representation of color #B9BD21: hue angle of 61.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9BD21 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 33 -
CMYK 0.02 0 0.83 0.26
HSL 61.54º 0.7% 0.44% -
HSV(B) 61.54º 0.83% 0.74% -
XYZ 38.48 46.82 8.45 -
YUV 170.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 185 189 33 0.02 0 0.83 0.26 61.54 0.7 0.44
Hex B9 BD 21 2 0 53 1A 3E 46 2C
Octal 271 275 41 2 0 123 32 76 106 54
Binary 10111001 10111101 100001 10 0 1010011 11010 111110 1000110 101100

Color Harmonies of #B9BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD21

Black with #B9BD21

Text Example


Text Example

White with #B9BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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