Html Css Color HEX #ACD320 Bahia

📋 copy color: '#ACD320'

red 172 ◦ green 211 ◦ blue 32

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

Shades of Bahia #ACD320

Tints of Bahia #ACD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.84%

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

R = 41.45%
G = 50.84%
B = 7.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#ACD320 (or 0xACD320) is known color: Bahia. HEX triplet: AC, D3 and 20. RGB value is (172,211,32). Sum of RGB (Red+Green+Blue) = 172+211+32=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD320 is #532CDF. Grayscale: #B3B3B3. Windows color (decimal): -5450976 or 2151340. OLE color: 2151340.

HSL color Cylindrical-coordinate representation of color #ACD320: hue angle of 73.07º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACD320 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 32 -
CMYK 0.18 0 0.85 0.17
HSL 73.07º 0.74% 0.48% -
HSV(B) 73.07º 0.85% 0.83% -
XYZ 40.57 55.46 9.93 -
YUV 178.93 45.08 123.05 -
System Red Green Blue C M Y K H S L
Decimal 172 211 32 0.18 0 0.85 0.17 73.07 0.74 0.48
Hex AC D3 20 12 0 55 11 49 4A 30
Octal 254 323 40 22 0 125 21 111 112 60
Binary 10101100 11010011 100000 10010 0 1010101 10001 1001001 1001010 110000

Color Harmonies of #ACD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD320

Black with #ACD320

Text Example


Text Example

White with #ACD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD320; }

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

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

background-color css

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

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

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

border-color css

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

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

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