Html Css Color HEX #ACC210 Bahia

📋 copy color: '#ACC210'

red 172 ◦ green 194 ◦ blue 16

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

Shades of Bahia #ACC210

Tints of Bahia #ACC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 45.03%
G = 50.79%
B = 4.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ACC210 (or 0xACC210) is known color: Bahia. HEX triplet: AC, C2 and 10. RGB value is (172,194,16). Sum of RGB (Red+Green+Blue) = 172+194+16=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC210 is #533DEF. Grayscale: #A7A7A7. Windows color (decimal): -5455344 or 1098412. OLE color: 1098412.

HSL color Cylindrical-coordinate representation of color #ACC210: hue angle of 67.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC210 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 16 -
CMYK 0.11 0 0.92 0.24
HSL 67.42º 0.85% 0.41% -
HSV(B) 67.42º 0.92% 0.76% -
XYZ 36.4 47.39 7.72 -
YUV 167.13 42.71 131.47 -
System Red Green Blue C M Y K H S L
Decimal 172 194 16 0.11 0 0.92 0.24 67.42 0.85 0.41
Hex AC C2 10 B 0 5C 18 43 55 29
Octal 254 302 20 13 0 134 30 103 125 51
Binary 10101100 11000010 10000 1011 0 1011100 11000 1000011 1010101 101001

Color Harmonies of #ACC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC210

Black with #ACC210

Text Example


Text Example

White with #ACC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC210; }

 p { color: rgb(172,194,16); }

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

background-color css

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

 a { background-color: rgb(172,194,16); }

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

border-color css

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

 span { border-color: rgb(172,194,16); }

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