Html Css Color HEX #ACC720 Bahia

📋 copy color: '#ACC720'

red 172 ◦ green 199 ◦ blue 32

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

Shades of Bahia #ACC720

Tints of Bahia #ACC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.38%

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

R = 42.68%
G = 49.38%
B = 7.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#ACC720 (or 0xACC720) is known color: Bahia. HEX triplet: AC, C7 and 20. RGB value is (172,199,32). Sum of RGB (Red+Green+Blue) = 172+199+32=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC720 is #5338DF. Grayscale: #ACACAC. Windows color (decimal): -5454048 or 2148268. OLE color: 2148268.

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

Color convert

RGB 172 199 32 -
CMYK 0.14 0 0.84 0.22
HSL 69.7º 0.72% 0.45% -
HSV(B) 69.7º 0.84% 0.78% -
XYZ 37.7 49.72 8.98 -
YUV 171.89 49.05 128.08 -
System Red Green Blue C M Y K H S L
Decimal 172 199 32 0.14 0 0.84 0.22 69.7 0.72 0.45
Hex AC C7 20 E 0 54 16 46 48 2D
Octal 254 307 40 16 0 124 26 106 110 55
Binary 10101100 11000111 100000 1110 0 1010100 10110 1000110 1001000 101101

Color Harmonies of #ACC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC720

Black with #ACC720

Text Example


Text Example

White with #ACC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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