Html Css Color HEX #B9C22D Rio Grande

📋 copy color: '#B9C22D'

red 185 ◦ green 194 ◦ blue 45

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

Shades of Rio Grande #B9C22D

Tints of Rio Grande #B9C22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.61%

R = 43.63%
G = 45.75%
B = 10.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#B9C22D (or 0xB9C22D) is known color: Rio Grande. HEX triplet: B9, C2 and 2D. RGB value is (185,194,45). Sum of RGB (Red+Green+Blue) = 185+194+45=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C22D is #463DD2. Grayscale: #AEAEAE. Windows color (decimal): -4603347 or 2998969. OLE color: 2998969.

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

Color convert

RGB 185 194 45 -
CMYK 0.05 0 0.77 0.24
HSL 63.62º 0.62% 0.47% -
HSV(B) 63.62º 0.77% 0.76% -
XYZ 39.77 49.09 9.86 -
YUV 174.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 185 194 45 0.05 0 0.77 0.24 63.62 0.62 0.47
Hex B9 C2 2D 5 0 4D 18 40 3E 2F
Octal 271 302 55 5 0 115 30 100 76 57
Binary 10111001 11000010 101101 101 0 1001101 11000 1000000 111110 101111

Color Harmonies of #B9C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C22D

Black with #B9C22D

Text Example


Text Example

White with #B9C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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