Html Css Color HEX #A0B52B Bahia

📋 copy color: '#A0B52B'

red 160 ◦ green 181 ◦ blue 43

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

Shades of Bahia #A0B52B

Tints of Bahia #A0B52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 41.67%
G = 47.14%
B = 11.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A0B52B (or 0xA0B52B) is known color: Bahia. HEX triplet: A0, B5 and 2B. RGB value is (160,181,43). Sum of RGB (Red+Green+Blue) = 160+181+43=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B52B is #5F4AD4. Grayscale: #9F9F9F. Windows color (decimal): -6245077 or 2864544. OLE color: 2864544.

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

Color convert

RGB 160 181 43 -
CMYK 0.12 0 0.76 0.29
HSL 69.13º 0.62% 0.44% -
HSV(B) 69.13º 0.76% 0.71% -
XYZ 31.46 40.7 8.48 -
YUV 158.99 62.54 128.72 -
System Red Green Blue C M Y K H S L
Decimal 160 181 43 0.12 0 0.76 0.29 69.13 0.62 0.44
Hex A0 B5 2B C 0 4C 1D 45 3E 2C
Octal 240 265 53 14 0 114 35 105 76 54
Binary 10100000 10110101 101011 1100 0 1001100 11101 1000101 111110 101100

Color Harmonies of #A0B52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B52B

Black with #A0B52B

Text Example


Text Example

White with #A0B52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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