Html Css Color HEX #ACC019 Bahia

📋 copy color: '#ACC019'

red 172 ◦ green 192 ◦ blue 25

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

Shades of Bahia #ACC019

Tints of Bahia #ACC019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.43%

R = 44.22%
G = 49.36%
B = 6.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#ACC019 (or 0xACC019) is known color: Bahia. HEX triplet: AC, C0 and 19. RGB value is (172,192,25). Sum of RGB (Red+Green+Blue) = 172+192+25=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC019 is #533FE6. Grayscale: #A7A7A7. Windows color (decimal): -5455847 or 1687724. OLE color: 1687724.

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

Color convert

RGB 172 192 25 -
CMYK 0.10 0 0.87 0.25
HSL 67.19º 0.77% 0.43% -
HSV(B) 67.19º 0.87% 0.75% -
XYZ 36.04 46.54 8 -
YUV 166.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 172 192 25 0.10 0 0.87 0.25 67.19 0.77 0.43
Hex AC C0 19 A 0 57 19 43 4D 2B
Octal 254 300 31 12 0 127 31 103 115 53
Binary 10101100 11000000 11001 1010 0 1010111 11001 1000011 1001101 101011

Color Harmonies of #ACC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC019

Black with #ACC019

Text Example


Text Example

White with #ACC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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