Html Css Color HEX #ACC022 Bahia

📋 copy color: '#ACC022'

red 172 ◦ green 192 ◦ blue 34

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

Shades of Bahia #ACC022

Tints of Bahia #ACC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.24%

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

R = 43.22%
G = 48.24%
B = 8.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#ACC022 (or 0xACC022) is known color: Bahia. HEX triplet: AC, C0 and 22. RGB value is (172,192,34). Sum of RGB (Red+Green+Blue) = 172+192+34=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC022 is #533FDD. Grayscale: #A8A8A8. Windows color (decimal): -5455838 or 2277548. OLE color: 2277548.

HSL color Cylindrical-coordinate representation of color #ACC022: hue angle of 67.59º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACC022 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 34 -
CMYK 0.10 0 0.82 0.25
HSL 67.59º 0.7% 0.44% -
HSV(B) 67.59º 0.82% 0.75% -
XYZ 36.15 46.59 8.6 -
YUV 168.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 172 192 34 0.10 0 0.82 0.25 67.59 0.7 0.44
Hex AC C0 22 A 0 52 19 44 46 2C
Octal 254 300 42 12 0 122 31 104 106 54
Binary 10101100 11000000 100010 1010 0 1010010 11001 1000100 1000110 101100

Color Harmonies of #ACC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC022

Black with #ACC022

Text Example


Text Example

White with #ACC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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