Html Css Color HEX #B9C21D Rio Grande

📋 copy color: '#B9C21D'

red 185 ◦ green 194 ◦ blue 29

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

Shades of Rio Grande #B9C21D

Tints of Rio Grande #B9C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.55%

 BLUE value IS 29 (11.72% from 255) = 7.11%

R = 45.34%
G = 47.55%
B = 7.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B9C21D (or 0xB9C21D) is known color: Rio Grande. HEX triplet: B9, C2 and 1D. RGB value is (185,194,29). Sum of RGB (Red+Green+Blue) = 185+194+29=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C21D is #463DE2. Grayscale: #ADADAD. Windows color (decimal): -4603363 or 1950393. OLE color: 1950393.

HSL color Cylindrical-coordinate representation of color #B9C21D: hue angle of 63.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C21D is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 29 -
CMYK 0.05 0 0.85 0.24
HSL 63.27º 0.74% 0.44% -
HSV(B) 63.27º 0.85% 0.76% -
XYZ 39.52 48.99 8.53 -
YUV 172.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 185 194 29 0.05 0 0.85 0.24 63.27 0.74 0.44
Hex B9 C2 1D 5 0 55 18 3F 4A 2C
Octal 271 302 35 5 0 125 30 77 112 54
Binary 10111001 11000010 11101 101 0 1010101 11000 111111 1001010 101100

Color Harmonies of #B9C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C21D

Black with #B9C21D

Text Example


Text Example

White with #B9C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C21D; }

 p { color: rgb(185,194,29); }

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

background-color css

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

 a { background-color: rgb(185,194,29); }

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

border-color css

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

 span { border-color: rgb(185,194,29); }

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