Html Css Color HEX #B9C520 Rio Grande

📋 copy color: '#B9C520'

red 185 ◦ green 197 ◦ blue 32

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

Shades of Rio Grande #B9C520

Tints of Rio Grande #B9C520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.73%

R = 44.69%
G = 47.58%
B = 7.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#B9C520 (or 0xB9C520) is known color: Rio Grande. HEX triplet: B9, C5 and 20. RGB value is (185,197,32). Sum of RGB (Red+Green+Blue) = 185+197+32=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C520 is #463ADF. Grayscale: #AFAFAF. Windows color (decimal): -4602592 or 2147769. OLE color: 2147769.

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

Color convert

RGB 185 197 32 -
CMYK 0.06 0 0.84 0.23
HSL 64.36º 0.72% 0.45% -
HSV(B) 64.36º 0.84% 0.77% -
XYZ 40.23 50.35 8.96 -
YUV 174.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 185 197 32 0.06 0 0.84 0.23 64.36 0.72 0.45
Hex B9 C5 20 6 0 54 17 40 48 2D
Octal 271 305 40 6 0 124 27 100 110 55
Binary 10111001 11000101 100000 110 0 1010100 10111 1000000 1001000 101101

Color Harmonies of #B9C520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C520

Black with #B9C520

Text Example


Text Example

White with #B9C520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C520; }

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

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

background-color css

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

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

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

border-color css

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

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

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