Html Css Color HEX #ACB612 Bahia

📋 copy color: '#ACB612'

red 172 ◦ green 182 ◦ blue 18

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

Shades of Bahia #ACB612

Tints of Bahia #ACB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.92%

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

R = 46.24%
G = 48.92%
B = 4.84%

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

#ACB612 (or 0xACB612) is known color: Bahia. HEX triplet: AC, B6 and 12. RGB value is (172,182,18). Sum of RGB (Red+Green+Blue) = 172+182+18=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB612 is #5349ED. Grayscale: #A0A0A0. Windows color (decimal): -5458414 or 1226412. OLE color: 1226412.

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

Color convert

RGB 172 182 18 -
CMYK 0.05 0 0.90 0.29
HSL 63.66º 0.82% 0.39% -
HSV(B) 63.66º 0.9% 0.71% -
XYZ 33.85 42.27 6.95 -
YUV 160.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 172 182 18 0.05 0 0.90 0.29 63.66 0.82 0.39
Hex AC B6 12 5 0 5A 1D 40 52 27
Octal 254 266 22 5 0 132 35 100 122 47
Binary 10101100 10110110 10010 101 0 1011010 11101 1000000 1010010 100111

Color Harmonies of #ACB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB612

Black with #ACB612

Text Example


Text Example

White with #ACB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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