Html Css Color HEX #A0B431 Bahia

📋 copy color: '#A0B431'

red 160 ◦ green 180 ◦ blue 49

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

Shades of Bahia #A0B431

Tints of Bahia #A0B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 41.13%
G = 46.27%
B = 12.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A0B431 (or 0xA0B431) is known color: Bahia. HEX triplet: A0, B4 and 31. RGB value is (160,180,49). Sum of RGB (Red+Green+Blue) = 160+180+49=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B431 is #5F4BCE. Grayscale: #9F9F9F. Windows color (decimal): -6245327 or 3257504. OLE color: 3257504.

HSL color Cylindrical-coordinate representation of color #A0B431: hue angle of 69.16º 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 #A0B431 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 49 -
CMYK 0.11 0 0.73 0.29
HSL 69.16º 0.57% 0.45% -
HSV(B) 69.16º 0.73% 0.71% -
XYZ 31.37 40.34 9.04 -
YUV 159.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 160 180 49 0.11 0 0.73 0.29 69.16 0.57 0.45
Hex A0 B4 31 B 0 49 1D 45 39 2D
Octal 240 264 61 13 0 111 35 105 71 55
Binary 10100000 10110100 110001 1011 0 1001001 11101 1000101 111001 101101

Color Harmonies of #A0B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B431

Black with #A0B431

Text Example


Text Example

White with #A0B431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B431; }

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

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

background-color css

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

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

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

border-color css

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

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

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