Html Css Color HEX #ACB52A Bahia

📋 copy color: '#ACB52A'

red 172 ◦ green 181 ◦ blue 42

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

Shades of Bahia #ACB52A

Tints of Bahia #ACB52A

RGB

 RED value IS 172 (67.58% from 255) = 43.54%

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

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 43.54%
G = 45.82%
B = 10.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#ACB52A (or 0xACB52A) is known color: Bahia. HEX triplet: AC, B5 and 2A. RGB value is (172,181,42). Sum of RGB (Red+Green+Blue) = 172+181+42=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB52A is #534AD5. Grayscale: #A3A3A3. Windows color (decimal): -5458646 or 2799020. OLE color: 2799020.

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

Color convert

RGB 172 181 42 -
CMYK 0.05 0 0.77 0.29
HSL 63.88º 0.62% 0.44% -
HSV(B) 63.88º 0.77% 0.71% -
XYZ 33.96 41.99 8.5 -
YUV 162.46 60.02 134.8 -
System Red Green Blue C M Y K H S L
Decimal 172 181 42 0.05 0 0.77 0.29 63.88 0.62 0.44
Hex AC B5 2A 5 0 4D 1D 40 3E 2C
Octal 254 265 52 5 0 115 35 100 76 54
Binary 10101100 10110101 101010 101 0 1001101 11101 1000000 111110 101100

Color Harmonies of #ACB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB52A

Black with #ACB52A

Text Example


Text Example

White with #ACB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB52A; }

 p { color: rgb(172,181,42); }

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

background-color css

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

 a { background-color: rgb(172,181,42); }

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

border-color css

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

 span { border-color: rgb(172,181,42); }

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