Html Css Color HEX #B4B820 Rio Grande

📋 copy color: '#B4B820'

red 180 ◦ green 184 ◦ blue 32

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

Shades of Rio Grande #B4B820

Tints of Rio Grande #B4B820

RGB

 RED value IS 180 (70.7% from 255) = 45.45%

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

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

R = 45.45%
G = 46.46%
B = 8.08%

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

#B4B820 (or 0xB4B820) is known color: Rio Grande. HEX triplet: B4, B8 and 20. RGB value is (180,184,32). Sum of RGB (Red+Green+Blue) = 180+184+32=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B820 is #4B47DF. Grayscale: #A6A6A6. Windows color (decimal): -4933600 or 2144436. OLE color: 2144436.

HSL color Cylindrical-coordinate representation of color #B4B820: hue angle of 61.58º 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 #B4B820 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 184 32 -
CMYK 0.02 0 0.83 0.28
HSL 61.58º 0.7% 0.42% -
HSV(B) 61.58º 0.83% 0.72% -
XYZ 36.22 44.09 7.97 -
YUV 165.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 180 184 32 0.02 0 0.83 0.28 61.58 0.7 0.42
Hex B4 B8 20 2 0 53 1C 3E 46 2A
Octal 264 270 40 2 0 123 34 76 106 52
Binary 10110100 10111000 100000 10 0 1010011 11100 111110 1000110 101010

Color Harmonies of #B4B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B820

Black with #B4B820

Text Example


Text Example

White with #B4B820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B820; }

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

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

background-color css

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

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

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

border-color css

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

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

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