Html Css Color HEX #A0B820 Bahia

📋 copy color: '#A0B820'

red 160 ◦ green 184 ◦ blue 32

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

Shades of Bahia #A0B820

Tints of Bahia #A0B820

RGB

 RED value IS 160 (62.89% from 255) = 42.55%

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

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

R = 42.55%
G = 48.94%
B = 8.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#A0B820 (or 0xA0B820) is known color: Bahia. HEX triplet: A0, B8 and 20. RGB value is (160,184,32). Sum of RGB (Red+Green+Blue) = 160+184+32=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B820 is #5F47DF. Grayscale: #A0A0A0. Windows color (decimal): -6244320 or 2144416. OLE color: 2144416.

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

Color convert

RGB 160 184 32 -
CMYK 0.13 0 0.83 0.28
HSL 69.47º 0.7% 0.42% -
HSV(B) 69.47º 0.83% 0.72% -
XYZ 31.9 41.86 7.76 -
YUV 159.5 56.05 128.36 -
System Red Green Blue C M Y K H S L
Decimal 160 184 32 0.13 0 0.83 0.28 69.47 0.7 0.42
Hex A0 B8 20 D 0 53 1C 45 46 2A
Octal 240 270 40 15 0 123 34 105 106 52
Binary 10100000 10111000 100000 1101 0 1010011 11100 1000101 1000110 101010

Color Harmonies of #A0B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B820

Black with #A0B820

Text Example


Text Example

White with #A0B820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B820; }

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

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

background-color css

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

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

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

border-color css

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

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

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