Html Css Color HEX #ACC325 Bahia

📋 copy color: '#ACC325'

red 172 ◦ green 195 ◦ blue 37

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

Shades of Bahia #ACC325

Tints of Bahia #ACC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.16%

R = 42.57%
G = 48.27%
B = 9.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#ACC325 (or 0xACC325) is known color: Bahia. HEX triplet: AC, C3 and 25. RGB value is (172,195,37). Sum of RGB (Red+Green+Blue) = 172+195+37=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC325 is #533CDA. Grayscale: #AAAAAA. Windows color (decimal): -5455067 or 2474924. OLE color: 2474924.

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

Color convert

RGB 172 195 37 -
CMYK 0.12 0 0.81 0.24
HSL 68.73º 0.68% 0.45% -
HSV(B) 68.73º 0.81% 0.76% -
XYZ 36.86 47.93 9.06 -
YUV 170.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 172 195 37 0.12 0 0.81 0.24 68.73 0.68 0.45
Hex AC C3 25 C 0 51 18 45 44 2D
Octal 254 303 45 14 0 121 30 105 104 55
Binary 10101100 11000011 100101 1100 0 1010001 11000 1000101 1000100 101101

Color Harmonies of #ACC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC325

Black with #ACC325

Text Example


Text Example

White with #ACC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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