Html Css Color HEX #ACB512 Bahia

📋 copy color: '#ACB512'

red 172 ◦ green 181 ◦ blue 18

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

Shades of Bahia #ACB512

Tints of Bahia #ACB512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 46.36%
G = 48.79%
B = 4.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#ACB512 (or 0xACB512) is known color: Bahia. HEX triplet: AC, B5 and 12. RGB value is (172,181,18). Sum of RGB (Red+Green+Blue) = 172+181+18=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB512 is #534AED. Grayscale: #A0A0A0. Windows color (decimal): -5458670 or 1226156. OLE color: 1226156.

HSL color Cylindrical-coordinate representation of color #ACB512: hue angle of 63.31º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACB512 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 18 -
CMYK 0.05 0 0.90 0.29
HSL 63.31º 0.82% 0.39% -
HSV(B) 63.31º 0.9% 0.71% -
XYZ 33.65 41.86 6.88 -
YUV 159.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 172 181 18 0.05 0 0.90 0.29 63.31 0.82 0.39
Hex AC B5 12 5 0 5A 1D 3F 52 27
Octal 254 265 22 5 0 132 35 77 122 47
Binary 10101100 10110101 10010 101 0 1011010 11101 111111 1010010 100111

Color Harmonies of #ACB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB512

Black with #ACB512

Text Example


Text Example

White with #ACB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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