Html Css Color HEX #ACC329 Bahia

📋 copy color: '#ACC329'

red 172 ◦ green 195 ◦ blue 41

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

Shades of Bahia #ACC329

Tints of Bahia #ACC329

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.79%

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 42.16%
G = 47.79%
B = 10.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#ACC329 (or 0xACC329) is known color: Bahia. HEX triplet: AC, C3 and 29. RGB value is (172,195,41). Sum of RGB (Red+Green+Blue) = 172+195+41=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC329 is #533CD6. Grayscale: #ABABAB. Windows color (decimal): -5455063 or 2737068. OLE color: 2737068.

HSL color Cylindrical-coordinate representation of color #ACC329: hue angle of 68.96º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC329 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 41 -
CMYK 0.12 0 0.79 0.24
HSL 68.96º 0.65% 0.46% -
HSV(B) 68.96º 0.79% 0.76% -
XYZ 36.93 47.96 9.41 -
YUV 170.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 172 195 41 0.12 0 0.79 0.24 68.96 0.65 0.46
Hex AC C3 29 C 0 4F 18 45 41 2E
Octal 254 303 51 14 0 117 30 105 101 56
Binary 10101100 11000011 101001 1100 0 1001111 11000 1000101 1000001 101110

Color Harmonies of #ACC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC329

Black with #ACC329

Text Example


Text Example

White with #ACC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC329; }

 p { color: rgb(172,195,41); }

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

background-color css

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

 a { background-color: rgb(172,195,41); }

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

border-color css

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

 span { border-color: rgb(172,195,41); }

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