Html Css Color HEX #ACC919 Bahia

📋 copy color: '#ACC919'

red 172 ◦ green 201 ◦ blue 25

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

Shades of Bahia #ACC919

Tints of Bahia #ACC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.5%

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

R = 43.22%
G = 50.5%
B = 6.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#ACC919 (or 0xACC919) is known color: Bahia. HEX triplet: AC, C9 and 19. RGB value is (172,201,25). Sum of RGB (Red+Green+Blue) = 172+201+25=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC919 is #5336E6. Grayscale: #ACACAC. Windows color (decimal): -5453543 or 1690028. OLE color: 1690028.

HSL color Cylindrical-coordinate representation of color #ACC919: hue angle of 69.89º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC919 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 25 -
CMYK 0.14 0 0.88 0.21
HSL 69.89º 0.78% 0.44% -
HSV(B) 69.89º 0.88% 0.79% -
XYZ 38.08 50.61 8.68 -
YUV 172.27 44.89 127.81 -
System Red Green Blue C M Y K H S L
Decimal 172 201 25 0.14 0 0.88 0.21 69.89 0.78 0.44
Hex AC C9 19 E 0 58 15 46 4E 2C
Octal 254 311 31 16 0 130 25 106 116 54
Binary 10101100 11001001 11001 1110 0 1011000 10101 1000110 1001110 101100

Color Harmonies of #ACC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC919

Black with #ACC919

Text Example


Text Example

White with #ACC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC919; }

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

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

background-color css

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

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

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

border-color css

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

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

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