Html Css Color HEX #A0B42C Bahia

📋 copy color: '#A0B42C'

red 160 ◦ green 180 ◦ blue 44

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

Shades of Bahia #A0B42C

Tints of Bahia #A0B42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 41.67%
G = 46.88%
B = 11.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A0B42C (or 0xA0B42C) is known color: Bahia. HEX triplet: A0, B4 and 2C. RGB value is (160,180,44). Sum of RGB (Red+Green+Blue) = 160+180+44=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B42C is #5F4BD3. Grayscale: #9F9F9F. Windows color (decimal): -6245332 or 2929824. OLE color: 2929824.

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

Color convert

RGB 160 180 44 -
CMYK 0.11 0 0.76 0.29
HSL 68.82º 0.61% 0.44% -
HSV(B) 68.82º 0.76% 0.71% -
XYZ 31.27 40.3 8.51 -
YUV 158.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 160 180 44 0.11 0 0.76 0.29 68.82 0.61 0.44
Hex A0 B4 2C B 0 4C 1D 45 3D 2C
Octal 240 264 54 13 0 114 35 105 75 54
Binary 10100000 10110100 101100 1011 0 1001100 11101 1000101 111101 101100

Color Harmonies of #A0B42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B42C

Black with #A0B42C

Text Example


Text Example

White with #A0B42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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