Html Css Color HEX #ACB912 Bahia

📋 copy color: '#ACB912'

red 172 ◦ green 185 ◦ blue 18

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

Shades of Bahia #ACB912

Tints of Bahia #ACB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.33%

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

R = 45.87%
G = 49.33%
B = 4.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#ACB912 (or 0xACB912) is known color: Bahia. HEX triplet: AC, B9 and 12. RGB value is (172,185,18). Sum of RGB (Red+Green+Blue) = 172+185+18=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB912 is #5346ED. Grayscale: #A2A2A2. Windows color (decimal): -5457646 or 1227180. OLE color: 1227180.

HSL color Cylindrical-coordinate representation of color #ACB912: hue angle of 64.67º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACB912 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 18 -
CMYK 0.07 0 0.90 0.27
HSL 64.67º 0.82% 0.4% -
HSV(B) 64.67º 0.9% 0.73% -
XYZ 34.47 43.51 7.15 -
YUV 162.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 172 185 18 0.07 0 0.90 0.27 64.67 0.82 0.4
Hex AC B9 12 7 0 5A 1B 41 52 28
Octal 254 271 22 7 0 132 33 101 122 50
Binary 10101100 10111001 10010 111 0 1011010 11011 1000001 1010010 101000

Color Harmonies of #ACB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB912

Black with #ACB912

Text Example


Text Example

White with #ACB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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