Html Css Color HEX #ACB812 Bahia

📋 copy color: '#ACB812'

red 172 ◦ green 184 ◦ blue 18

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

Shades of Bahia #ACB812

Tints of Bahia #ACB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.2%

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

R = 45.99%
G = 49.2%
B = 4.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#ACB812 (or 0xACB812) is known color: Bahia. HEX triplet: AC, B8 and 12. RGB value is (172,184,18). Sum of RGB (Red+Green+Blue) = 172+184+18=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB812 is #5347ED. Grayscale: #A2A2A2. Windows color (decimal): -5457902 or 1226924. OLE color: 1226924.

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

Color convert

RGB 172 184 18 -
CMYK 0.07 0 0.90 0.28
HSL 64.34º 0.82% 0.4% -
HSV(B) 64.34º 0.9% 0.72% -
XYZ 34.26 43.1 7.08 -
YUV 161.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 172 184 18 0.07 0 0.90 0.28 64.34 0.82 0.4
Hex AC B8 12 7 0 5A 1C 40 52 28
Octal 254 270 22 7 0 132 34 100 122 50
Binary 10101100 10111000 10010 111 0 1011010 11100 1000000 1010010 101000

Color Harmonies of #ACB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB812

Black with #ACB812

Text Example


Text Example

White with #ACB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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