Html Css Color HEX #ACC219 Bahia

📋 copy color: '#ACC219'

red 172 ◦ green 194 ◦ blue 25

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

Shades of Bahia #ACC219

Tints of Bahia #ACC219

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.62%

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

R = 43.99%
G = 49.62%
B = 6.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#ACC219 (or 0xACC219) is known color: Bahia. HEX triplet: AC, C2 and 19. RGB value is (172,194,25). Sum of RGB (Red+Green+Blue) = 172+194+25=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC219 is #533DE6. Grayscale: #A8A8A8. Windows color (decimal): -5455335 or 1688236. OLE color: 1688236.

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

Color convert

RGB 172 194 25 -
CMYK 0.11 0 0.87 0.24
HSL 67.81º 0.77% 0.43% -
HSV(B) 67.81º 0.87% 0.76% -
XYZ 36.48 47.42 8.15 -
YUV 168.16 47.21 130.74 -
System Red Green Blue C M Y K H S L
Decimal 172 194 25 0.11 0 0.87 0.24 67.81 0.77 0.43
Hex AC C2 19 B 0 57 18 44 4D 2B
Octal 254 302 31 13 0 127 30 104 115 53
Binary 10101100 11000010 11001 1011 0 1010111 11000 1000100 1001101 101011

Color Harmonies of #ACC219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC219

Black with #ACC219

Text Example


Text Example

White with #ACC219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC219; }

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

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

background-color css

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

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

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

border-color css

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

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

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