Html Css Color HEX #ACB712 Bahia

📋 copy color: '#ACB712'

red 172 ◦ green 183 ◦ blue 18

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

Shades of Bahia #ACB712

Tints of Bahia #ACB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.06%

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

R = 46.11%
G = 49.06%
B = 4.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#ACB712 (or 0xACB712) is known color: Bahia. HEX triplet: AC, B7 and 12. RGB value is (172,183,18). Sum of RGB (Red+Green+Blue) = 172+183+18=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB712 is #5348ED. Grayscale: #A1A1A1. Windows color (decimal): -5458158 or 1226668. OLE color: 1226668.

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

Color convert

RGB 172 183 18 -
CMYK 0.06 0 0.90 0.28
HSL 64º 0.82% 0.39% -
HSV(B) 64º 0.9% 0.72% -
XYZ 34.06 42.68 7.02 -
YUV 160.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 172 183 18 0.06 0 0.90 0.28 64 0.82 0.39
Hex AC B7 12 6 0 5A 1C 40 52 27
Octal 254 267 22 6 0 132 34 100 122 47
Binary 10101100 10110111 10010 110 0 1011010 11100 1000000 1010010 100111

Color Harmonies of #ACB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB712

Black with #ACB712

Text Example


Text Example

White with #ACB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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