Html Css Color HEX #ACC512 Bahia

📋 copy color: '#ACC512'

red 172 ◦ green 197 ◦ blue 18

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

Shades of Bahia #ACC512

Tints of Bahia #ACC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.9%

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

R = 44.44%
G = 50.9%
B = 4.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#ACC512 (or 0xACC512) is known color: Bahia. HEX triplet: AC, C5 and 12. RGB value is (172,197,18). Sum of RGB (Red+Green+Blue) = 172+197+18=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC512 is #533AED. Grayscale: #A9A9A9. Windows color (decimal): -5454574 or 1230252. OLE color: 1230252.

HSL color Cylindrical-coordinate representation of color #ACC512: hue angle of 68.38º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACC512 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 18 -
CMYK 0.13 0 0.91 0.23
HSL 68.38º 0.83% 0.42% -
HSV(B) 68.38º 0.91% 0.77% -
XYZ 37.09 48.75 8.03 -
YUV 169.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 172 197 18 0.13 0 0.91 0.23 68.38 0.83 0.42
Hex AC C5 12 D 0 5B 17 44 53 2A
Octal 254 305 22 15 0 133 27 104 123 52
Binary 10101100 11000101 10010 1101 0 1011011 10111 1000100 1010011 101010

Color Harmonies of #ACC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC512

Black with #ACC512

Text Example


Text Example

White with #ACC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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