Html Css Color HEX #A0B52A Bahia

📋 copy color: '#A0B52A'

red 160 ◦ green 181 ◦ blue 42

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

Shades of Bahia #A0B52A

Tints of Bahia #A0B52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 42 (16.8% from 255) = 10.97%

R = 41.78%
G = 47.26%
B = 10.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#A0B52A (or 0xA0B52A) is known color: Bahia. HEX triplet: A0, B5 and 2A. RGB value is (160,181,42). Sum of RGB (Red+Green+Blue) = 160+181+42=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B52A is #5F4AD5. Grayscale: #9F9F9F. Windows color (decimal): -6245078 or 2799008. OLE color: 2799008.

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

Color convert

RGB 160 181 42 -
CMYK 0.12 0 0.77 0.29
HSL 69.06º 0.62% 0.44% -
HSV(B) 69.06º 0.77% 0.71% -
XYZ 31.44 40.69 8.39 -
YUV 158.88 62.04 128.8 -
System Red Green Blue C M Y K H S L
Decimal 160 181 42 0.12 0 0.77 0.29 69.06 0.62 0.44
Hex A0 B5 2A C 0 4D 1D 45 3E 2C
Octal 240 265 52 14 0 115 35 105 76 54
Binary 10100000 10110101 101010 1100 0 1001101 11101 1000101 111110 101100

Color Harmonies of #A0B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B52A

Black with #A0B52A

Text Example


Text Example

White with #A0B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B52A; }

 p { color: rgb(160,181,42); }

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

background-color css

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

 a { background-color: rgb(160,181,42); }

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

border-color css

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

 span { border-color: rgb(160,181,42); }

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