Html Css Color HEX #ACC616 Bahia

📋 copy color: '#ACC616'

red 172 ◦ green 198 ◦ blue 22

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

Shades of Bahia #ACC616

Tints of Bahia #ACC616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 43.88%
G = 50.51%
B = 5.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#ACC616 (or 0xACC616) is known color: Bahia. HEX triplet: AC, C6 and 16. RGB value is (172,198,22). Sum of RGB (Red+Green+Blue) = 172+198+22=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC616 is #5339E9. Grayscale: #AAAAAA. Windows color (decimal): -5454314 or 1492652. OLE color: 1492652.

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

Color convert

RGB 172 198 22 -
CMYK 0.13 0 0.89 0.22
HSL 68.86º 0.8% 0.43% -
HSV(B) 68.86º 0.89% 0.78% -
XYZ 37.35 49.22 8.29 -
YUV 170.16 44.39 129.31 -
System Red Green Blue C M Y K H S L
Decimal 172 198 22 0.13 0 0.89 0.22 68.86 0.8 0.43
Hex AC C6 16 D 0 59 16 45 50 2B
Octal 254 306 26 15 0 131 26 105 120 53
Binary 10101100 11000110 10110 1101 0 1011001 10110 1000101 1010000 101011

Color Harmonies of #ACC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC616

Black with #ACC616

Text Example


Text Example

White with #ACC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC616; }

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

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

background-color css

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

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

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

border-color css

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

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

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