Html Css Color HEX #ACC721 Bahia

📋 copy color: '#ACC721'

red 172 ◦ green 199 ◦ blue 33

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

Shades of Bahia #ACC721

Tints of Bahia #ACC721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 42.57%
G = 49.26%
B = 8.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#ACC721 (or 0xACC721) is known color: Bahia. HEX triplet: AC, C7 and 21. RGB value is (172,199,33). Sum of RGB (Red+Green+Blue) = 172+199+33=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC721 is #5338DE. Grayscale: #ACACAC. Windows color (decimal): -5454047 or 2213804. OLE color: 2213804.

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

Color convert

RGB 172 199 33 -
CMYK 0.14 0 0.83 0.22
HSL 69.76º 0.72% 0.45% -
HSV(B) 69.76º 0.83% 0.78% -
XYZ 37.71 49.73 9.05 -
YUV 172 49.55 128 -
System Red Green Blue C M Y K H S L
Decimal 172 199 33 0.14 0 0.83 0.22 69.76 0.72 0.45
Hex AC C7 21 E 0 53 16 46 48 2D
Octal 254 307 41 16 0 123 26 106 110 55
Binary 10101100 11000111 100001 1110 0 1010011 10110 1000110 1001000 101101

Color Harmonies of #ACC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC721

Black with #ACC721

Text Example


Text Example

White with #ACC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC721; }

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

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

background-color css

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

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

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

border-color css

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

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

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