Html Css Color HEX #B5B820 Rio Grande

📋 copy color: '#B5B820'

red 181 ◦ green 184 ◦ blue 32

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

Shades of Rio Grande #B5B820

Tints of Rio Grande #B5B820

RGB

 RED value IS 181 (71.09% from 255) = 45.59%

 GREEN value IS 184 (72.27% from 255) = 46.35%

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

R = 45.59%
G = 46.35%
B = 8.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B5B820 (or 0xB5B820) is known color: Rio Grande. HEX triplet: B5, B8 and 20. RGB value is (181,184,32). Sum of RGB (Red+Green+Blue) = 181+184+32=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B820 is #4A47DF. Grayscale: #A6A6A6. Windows color (decimal): -4868064 or 2144437. OLE color: 2144437.

HSL color Cylindrical-coordinate representation of color #B5B820: hue angle of 61.18º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5B820 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 184 32 -
CMYK 0.02 0 0.83 0.28
HSL 61.18º 0.7% 0.42% -
HSV(B) 61.18º 0.83% 0.72% -
XYZ 36.46 44.21 7.98 -
YUV 165.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 181 184 32 0.02 0 0.83 0.28 61.18 0.7 0.42
Hex B5 B8 20 2 0 53 1C 3D 46 2A
Octal 265 270 40 2 0 123 34 75 106 52
Binary 10110101 10111000 100000 10 0 1010011 11100 111101 1000110 101010

Color Harmonies of #B5B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B820

Black with #B5B820

Text Example


Text Example

White with #B5B820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B820; }

 p { color: rgb(181,184,32); }

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

background-color css

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

 a { background-color: rgb(181,184,32); }

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

border-color css

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

 span { border-color: rgb(181,184,32); }

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