Html Css Color HEX #ACC722 Bahia

📋 copy color: '#ACC722'

red 172 ◦ green 199 ◦ blue 34

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

Shades of Bahia #ACC722

Tints of Bahia #ACC722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.4%

R = 42.47%
G = 49.14%
B = 8.4%

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

#ACC722 (or 0xACC722) is known color: Bahia. HEX triplet: AC, C7 and 22. RGB value is (172,199,34). Sum of RGB (Red+Green+Blue) = 172+199+34=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC722 is #5338DD. Grayscale: #ACACAC. Windows color (decimal): -5454046 or 2279340. OLE color: 2279340.

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

Color convert

RGB 172 199 34 -
CMYK 0.14 0 0.83 0.22
HSL 69.82º 0.71% 0.46% -
HSV(B) 69.82º 0.83% 0.78% -
XYZ 37.73 49.73 9.12 -
YUV 172.12 50.05 127.92 -
System Red Green Blue C M Y K H S L
Decimal 172 199 34 0.14 0 0.83 0.22 69.82 0.71 0.46
Hex AC C7 22 E 0 53 16 46 47 2E
Octal 254 307 42 16 0 123 26 106 107 56
Binary 10101100 11000111 100010 1110 0 1010011 10110 1000110 1000111 101110

Color Harmonies of #ACC722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC722

Black with #ACC722

Text Example


Text Example

White with #ACC722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC722; }

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

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

background-color css

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

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

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

border-color css

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

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

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