Html Css Color HEX #ACC320 Bahia

📋 copy color: '#ACC320'

red 172 ◦ green 195 ◦ blue 32

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

Shades of Bahia #ACC320

Tints of Bahia #ACC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 43.11%
G = 48.87%
B = 8.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#ACC320 (or 0xACC320) is known color: Bahia. HEX triplet: AC, C3 and 20. RGB value is (172,195,32). Sum of RGB (Red+Green+Blue) = 172+195+32=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC320 is #533CDF. Grayscale: #AAAAAA. Windows color (decimal): -5455072 or 2147244. OLE color: 2147244.

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

Color convert

RGB 172 195 32 -
CMYK 0.12 0 0.84 0.24
HSL 68.47º 0.72% 0.45% -
HSV(B) 68.47º 0.84% 0.76% -
XYZ 36.79 47.91 8.67 -
YUV 169.54 50.38 129.75 -
System Red Green Blue C M Y K H S L
Decimal 172 195 32 0.12 0 0.84 0.24 68.47 0.72 0.45
Hex AC C3 20 C 0 54 18 44 48 2D
Octal 254 303 40 14 0 124 30 104 110 55
Binary 10101100 11000011 100000 1100 0 1010100 11000 1000100 1001000 101101

Color Harmonies of #ACC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC320

Black with #ACC320

Text Example


Text Example

White with #ACC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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