Html Css Color HEX #ACCC16 Bahia

📋 copy color: '#ACCC16'

red 172 ◦ green 204 ◦ blue 22

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

Shades of Bahia #ACCC16

Tints of Bahia #ACCC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.26%

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

R = 43.22%
G = 51.26%
B = 5.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#ACCC16 (or 0xACCC16) is known color: Bahia. HEX triplet: AC, CC and 16. RGB value is (172,204,22). Sum of RGB (Red+Green+Blue) = 172+204+22=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC16 is #5333E9. Grayscale: #AEAEAE. Windows color (decimal): -5452778 or 1494188. OLE color: 1494188.

HSL color Cylindrical-coordinate representation of color #ACCC16: hue angle of 70.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACCC16 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 22 -
CMYK 0.16 0 0.89 0.2
HSL 70.55º 0.81% 0.44% -
HSV(B) 70.55º 0.89% 0.8% -
XYZ 38.75 52.01 8.76 -
YUV 173.68 42.4 126.8 -
System Red Green Blue C M Y K H S L
Decimal 172 204 22 0.16 0 0.89 0.2 70.55 0.81 0.44
Hex AC CC 16 10 0 59 14 47 51 2C
Octal 254 314 26 20 0 131 24 107 121 54
Binary 10101100 11001100 10110 10000 0 1011001 10100 1000111 1010001 101100

Color Harmonies of #ACCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC16

Black with #ACCC16

Text Example


Text Example

White with #ACCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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