Html Css Color HEX #B9C02D Rio Grande

📋 copy color: '#B9C02D'

red 185 ◦ green 192 ◦ blue 45

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

Shades of Rio Grande #B9C02D

Tints of Rio Grande #B9C02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

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

R = 43.84%
G = 45.5%
B = 10.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#B9C02D (or 0xB9C02D) is known color: Rio Grande. HEX triplet: B9, C0 and 2D. RGB value is (185,192,45). Sum of RGB (Red+Green+Blue) = 185+192+45=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C02D is #463FD2. Grayscale: #ADADAD. Windows color (decimal): -4603859 or 2998457. OLE color: 2998457.

HSL color Cylindrical-coordinate representation of color #B9C02D: hue angle of 62.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9C02D is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 45 -
CMYK 0.04 0 0.77 0.25
HSL 62.86º 0.62% 0.46% -
HSV(B) 62.86º 0.77% 0.75% -
XYZ 39.33 48.2 9.71 -
YUV 173.15 55.68 136.45 -
System Red Green Blue C M Y K H S L
Decimal 185 192 45 0.04 0 0.77 0.25 62.86 0.62 0.46
Hex B9 C0 2D 4 0 4D 19 3F 3E 2E
Octal 271 300 55 4 0 115 31 77 76 56
Binary 10111001 11000000 101101 100 0 1001101 11001 111111 111110 101110

Color Harmonies of #B9C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C02D

Black with #B9C02D

Text Example


Text Example

White with #B9C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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