Html Css Color HEX #ACC012 Bahia

📋 copy color: '#ACC012'

red 172 ◦ green 192 ◦ blue 18

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

Shades of Bahia #ACC012

Tints of Bahia #ACC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.26%

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

R = 45.03%
G = 50.26%
B = 4.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ACC012 (or 0xACC012) is known color: Bahia. HEX triplet: AC, C0 and 12. RGB value is (172,192,18). Sum of RGB (Red+Green+Blue) = 172+192+18=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC012 is #533FED. Grayscale: #A6A6A6. Windows color (decimal): -5455854 or 1228972. OLE color: 1228972.

HSL color Cylindrical-coordinate representation of color #ACC012: hue angle of 66.9º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACC012 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 18 -
CMYK 0.10 0 0.91 0.25
HSL 66.9º 0.83% 0.41% -
HSV(B) 66.9º 0.91% 0.75% -
XYZ 35.97 46.51 7.65 -
YUV 166.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 172 192 18 0.10 0 0.91 0.25 66.9 0.83 0.41
Hex AC C0 12 A 0 5B 19 43 53 29
Octal 254 300 22 12 0 133 31 103 123 51
Binary 10101100 11000000 10010 1010 0 1011011 11001 1000011 1010011 101001

Color Harmonies of #ACC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC012

Black with #ACC012

Text Example


Text Example

White with #ACC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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