Html Css Color HEX #ACC618 Bahia

📋 copy color: '#ACC618'

red 172 ◦ green 198 ◦ blue 24

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

Shades of Bahia #ACC618

Tints of Bahia #ACC618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.25%

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

R = 43.65%
G = 50.25%
B = 6.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#ACC618 (or 0xACC618) is known color: Bahia. HEX triplet: AC, C6 and 18. RGB value is (172,198,24). Sum of RGB (Red+Green+Blue) = 172+198+24=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC618 is #5339E7. Grayscale: #ABABAB. Windows color (decimal): -5454312 or 1623724. OLE color: 1623724.

HSL color Cylindrical-coordinate representation of color #ACC618: hue angle of 68.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC618 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 24 -
CMYK 0.13 0 0.88 0.22
HSL 68.97º 0.78% 0.44% -
HSV(B) 68.97º 0.88% 0.78% -
XYZ 37.37 49.22 8.4 -
YUV 170.39 45.39 129.15 -
System Red Green Blue C M Y K H S L
Decimal 172 198 24 0.13 0 0.88 0.22 68.97 0.78 0.44
Hex AC C6 18 D 0 58 16 45 4E 2C
Octal 254 306 30 15 0 130 26 105 116 54
Binary 10101100 11000110 11000 1101 0 1011000 10110 1000101 1001110 101100

Color Harmonies of #ACC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC618

Black with #ACC618

Text Example


Text Example

White with #ACC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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