Html Css Color HEX #A0B532 Bahia

📋 copy color: '#A0B532'

red 160 ◦ green 181 ◦ blue 50

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

Shades of Bahia #A0B532

Tints of Bahia #A0B532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 40.92%
G = 46.29%
B = 12.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#A0B532 (or 0xA0B532) is known color: Bahia. HEX triplet: A0, B5 and 32. RGB value is (160,181,50). Sum of RGB (Red+Green+Blue) = 160+181+50=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B532 is #5F4ACD. Grayscale: #A0A0A0. Windows color (decimal): -6245070 or 3323296. OLE color: 3323296.

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

Color convert

RGB 160 181 50 -
CMYK 0.12 0 0.72 0.29
HSL 69.62º 0.57% 0.45% -
HSV(B) 69.62º 0.72% 0.71% -
XYZ 31.6 40.75 9.22 -
YUV 159.79 66.04 128.15 -
System Red Green Blue C M Y K H S L
Decimal 160 181 50 0.12 0 0.72 0.29 69.62 0.57 0.45
Hex A0 B5 32 C 0 48 1D 46 39 2D
Octal 240 265 62 14 0 110 35 106 71 55
Binary 10100000 10110101 110010 1100 0 1001000 11101 1000110 111001 101101

Color Harmonies of #A0B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B532

Black with #A0B532

Text Example


Text Example

White with #A0B532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B532; }

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

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

background-color css

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

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

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

border-color css

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

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

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