Html Css Color HEX #A0B531 Bahia

📋 copy color: '#A0B531'

red 160 ◦ green 181 ◦ blue 49

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

Shades of Bahia #A0B531

Tints of Bahia #A0B531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 41.03%
G = 46.41%
B = 12.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A0B531 (or 0xA0B531) is known color: Bahia. HEX triplet: A0, B5 and 31. RGB value is (160,181,49). Sum of RGB (Red+Green+Blue) = 160+181+49=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B531 is #5F4ACE. Grayscale: #A0A0A0. Windows color (decimal): -6245071 or 3257760. OLE color: 3257760.

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

Color convert

RGB 160 181 49 -
CMYK 0.12 0 0.73 0.29
HSL 69.55º 0.57% 0.45% -
HSV(B) 69.55º 0.73% 0.71% -
XYZ 31.58 40.74 9.11 -
YUV 159.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 160 181 49 0.12 0 0.73 0.29 69.55 0.57 0.45
Hex A0 B5 31 C 0 49 1D 46 39 2D
Octal 240 265 61 14 0 111 35 106 71 55
Binary 10100000 10110101 110001 1100 0 1001001 11101 1000110 111001 101101

Color Harmonies of #A0B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B531

Black with #A0B531

Text Example


Text Example

White with #A0B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B531; }

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

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

background-color css

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

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

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

border-color css

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

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

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