Html Css Color HEX #B9C119 Rio Grande

📋 copy color: '#B9C119'

red 185 ◦ green 193 ◦ blue 25

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

Shades of Rio Grande #B9C119

Tints of Rio Grande #B9C119

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.89%

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

R = 45.91%
G = 47.89%
B = 6.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#B9C119 (or 0xB9C119) is known color: Rio Grande. HEX triplet: B9, C1 and 19. RGB value is (185,193,25). Sum of RGB (Red+Green+Blue) = 185+193+25=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C119 is #463EE6. Grayscale: #ACACAC. Windows color (decimal): -4603623 or 1687993. OLE color: 1687993.

HSL color Cylindrical-coordinate representation of color #B9C119: hue angle of 62.86º 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 #B9C119 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 193 25 -
CMYK 0.04 0 0.87 0.24
HSL 62.86º 0.77% 0.43% -
HSV(B) 62.86º 0.87% 0.76% -
XYZ 39.25 48.52 8.22 -
YUV 171.46 45.35 137.66 -
System Red Green Blue C M Y K H S L
Decimal 185 193 25 0.04 0 0.87 0.24 62.86 0.77 0.43
Hex B9 C1 19 4 0 57 18 3F 4D 2B
Octal 271 301 31 4 0 127 30 77 115 53
Binary 10111001 11000001 11001 100 0 1010111 11000 111111 1001101 101011

Color Harmonies of #B9C119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C119

Black with #B9C119

Text Example


Text Example

White with #B9C119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C119; }

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

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

background-color css

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

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

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

border-color css

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

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

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