Html Css Color HEX #ACC418 Bahia

📋 copy color: '#ACC418'

red 172 ◦ green 196 ◦ blue 24

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

Shades of Bahia #ACC418

Tints of Bahia #ACC418

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50%

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 43.88%
G = 50%
B = 6.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#ACC418 (or 0xACC418) is known color: Bahia. HEX triplet: AC, C4 and 18. RGB value is (172,196,24). Sum of RGB (Red+Green+Blue) = 172+196+24=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC418 is #533BE7. Grayscale: #A9A9A9. Windows color (decimal): -5454824 or 1623212. OLE color: 1623212.

HSL color Cylindrical-coordinate representation of color #ACC418: hue angle of 68.37º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC418 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 24 -
CMYK 0.12 0 0.88 0.23
HSL 68.37º 0.78% 0.43% -
HSV(B) 68.37º 0.88% 0.77% -
XYZ 36.92 48.32 8.24 -
YUV 169.22 46.05 129.99 -
System Red Green Blue C M Y K H S L
Decimal 172 196 24 0.12 0 0.88 0.23 68.37 0.78 0.43
Hex AC C4 18 C 0 58 17 44 4E 2B
Octal 254 304 30 14 0 130 27 104 116 53
Binary 10101100 11000100 11000 1100 0 1011000 10111 1000100 1001110 101011

Color Harmonies of #ACC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC418

Black with #ACC418

Text Example


Text Example

White with #ACC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC418; }

 p { color: rgb(172,196,24); }

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

background-color css

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

 a { background-color: rgb(172,196,24); }

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

border-color css

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

 span { border-color: rgb(172,196,24); }

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