Html Css Color HEX #B9C519 Rio Grande

📋 copy color: '#B9C519'

red 185 ◦ green 197 ◦ blue 25

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

Shades of Rio Grande #B9C519

Tints of Rio Grande #B9C519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.4%

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

R = 45.45%
G = 48.4%
B = 6.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#B9C519 (or 0xB9C519) is known color: Rio Grande. HEX triplet: B9, C5 and 19. RGB value is (185,197,25). Sum of RGB (Red+Green+Blue) = 185+197+25=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C519 is #463AE6. Grayscale: #AEAEAE. Windows color (decimal): -4602599 or 1689017. OLE color: 1689017.

HSL color Cylindrical-coordinate representation of color #B9C519: hue angle of 64.19º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9C519 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 25 -
CMYK 0.06 0 0.87 0.23
HSL 64.19º 0.77% 0.44% -
HSV(B) 64.19º 0.87% 0.77% -
XYZ 40.15 50.32 8.52 -
YUV 173.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 185 197 25 0.06 0 0.87 0.23 64.19 0.77 0.44
Hex B9 C5 19 6 0 57 17 40 4D 2C
Octal 271 305 31 6 0 127 27 100 115 54
Binary 10111001 11000101 11001 110 0 1010111 10111 1000000 1001101 101100

Color Harmonies of #B9C519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C519

Black with #B9C519

Text Example


Text Example

White with #B9C519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C519; }

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

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

background-color css

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

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

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

border-color css

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

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

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