Html Css Color HEX #ACC324 Bahia

📋 copy color: '#ACC324'

red 172 ◦ green 195 ◦ blue 36

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

Shades of Bahia #ACC324

Tints of Bahia #ACC324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 42.68%
G = 48.39%
B = 8.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#ACC324 (or 0xACC324) is known color: Bahia. HEX triplet: AC, C3 and 24. RGB value is (172,195,36). Sum of RGB (Red+Green+Blue) = 172+195+36=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC324 is #533CDB. Grayscale: #AAAAAA. Windows color (decimal): -5455068 or 2409388. OLE color: 2409388.

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

Color convert

RGB 172 195 36 -
CMYK 0.12 0 0.82 0.24
HSL 68.68º 0.69% 0.45% -
HSV(B) 68.68º 0.82% 0.76% -
XYZ 36.85 47.93 8.98 -
YUV 170 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 172 195 36 0.12 0 0.82 0.24 68.68 0.69 0.45
Hex AC C3 24 C 0 52 18 45 45 2D
Octal 254 303 44 14 0 122 30 105 105 55
Binary 10101100 11000011 100100 1100 0 1010010 11000 1000101 1000101 101101

Color Harmonies of #ACC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC324

Black with #ACC324

Text Example


Text Example

White with #ACC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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