Html Css Color HEX #A0B620 Bahia

📋 copy color: '#A0B620'

red 160 ◦ green 182 ◦ blue 32

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

Shades of Bahia #A0B620

Tints of Bahia #A0B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

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

R = 42.78%
G = 48.66%
B = 8.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A0B620 (or 0xA0B620) is known color: Bahia. HEX triplet: A0, B6 and 20. RGB value is (160,182,32). Sum of RGB (Red+Green+Blue) = 160+182+32=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B620 is #5F49DF. Grayscale: #9E9E9E. Windows color (decimal): -6244832 or 2143904. OLE color: 2143904.

HSL color Cylindrical-coordinate representation of color #A0B620: hue angle of 68.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0B620 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 32 -
CMYK 0.12 0 0.82 0.29
HSL 68.8º 0.7% 0.42% -
HSV(B) 68.8º 0.82% 0.71% -
XYZ 31.49 41.03 7.63 -
YUV 158.32 56.71 129.2 -
System Red Green Blue C M Y K H S L
Decimal 160 182 32 0.12 0 0.82 0.29 68.8 0.7 0.42
Hex A0 B6 20 C 0 52 1D 45 46 2A
Octal 240 266 40 14 0 122 35 105 106 52
Binary 10100000 10110110 100000 1100 0 1010010 11101 1000101 1000110 101010

Color Harmonies of #A0B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B620

Black with #A0B620

Text Example


Text Example

White with #A0B620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B620; }

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

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

background-color css

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

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

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

border-color css

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

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

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