Html Css Color HEX #ACC211 Bahia

📋 copy color: '#ACC211'

red 172 ◦ green 194 ◦ blue 17

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

Shades of Bahia #ACC211

Tints of Bahia #ACC211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.44%

R = 44.91%
G = 50.65%
B = 4.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#ACC211 (or 0xACC211) is known color: Bahia. HEX triplet: AC, C2 and 11. RGB value is (172,194,17). Sum of RGB (Red+Green+Blue) = 172+194+17=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC211 is #533DEE. Grayscale: #A7A7A7. Windows color (decimal): -5455343 or 1163948. OLE color: 1163948.

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

Color convert

RGB 172 194 17 -
CMYK 0.11 0 0.91 0.24
HSL 67.46º 0.84% 0.41% -
HSV(B) 67.46º 0.91% 0.76% -
XYZ 36.41 47.39 7.76 -
YUV 167.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 172 194 17 0.11 0 0.91 0.24 67.46 0.84 0.41
Hex AC C2 11 B 0 5B 18 43 54 29
Octal 254 302 21 13 0 133 30 103 124 51
Binary 10101100 11000010 10001 1011 0 1011011 11000 1000011 1010100 101001

Color Harmonies of #ACC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC211

Black with #ACC211

Text Example


Text Example

White with #ACC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC211; }

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

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

background-color css

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

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

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

border-color css

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

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

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