Html Css Color HEX #B9C219 Rio Grande

📋 copy color: '#B9C219'

red 185 ◦ green 194 ◦ blue 25

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

Shades of Rio Grande #B9C219

Tints of Rio Grande #B9C219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.19%

R = 45.79%
G = 48.02%
B = 6.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#B9C219 (or 0xB9C219) is known color: Rio Grande. HEX triplet: B9, C2 and 19. RGB value is (185,194,25). Sum of RGB (Red+Green+Blue) = 185+194+25=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C219 is #463DE6. Grayscale: #ACACAC. Windows color (decimal): -4603367 or 1688249. OLE color: 1688249.

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

Color convert

RGB 185 194 25 -
CMYK 0.05 0 0.87 0.24
HSL 63.2º 0.77% 0.43% -
HSV(B) 63.2º 0.87% 0.76% -
XYZ 39.47 48.97 8.29 -
YUV 172.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 185 194 25 0.05 0 0.87 0.24 63.2 0.77 0.43
Hex B9 C2 19 5 0 57 18 3F 4D 2B
Octal 271 302 31 5 0 127 30 77 115 53
Binary 10111001 11000010 11001 101 0 1010111 11000 111111 1001101 101011

Color Harmonies of #B9C219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C219

Black with #B9C219

Text Example


Text Example

White with #B9C219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C219; }

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

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

background-color css

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

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

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

border-color css

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

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

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