Html Css Color HEX #ACC829 Bahia

📋 copy color: '#ACC829'

red 172 ◦ green 200 ◦ blue 41

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

Shades of Bahia #ACC829

Tints of Bahia #ACC829

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.43%

 BLUE value IS 41 (16.41% from 255) = 9.93%

R = 41.65%
G = 48.43%
B = 9.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#ACC829 (or 0xACC829) is known color: Bahia. HEX triplet: AC, C8 and 29. RGB value is (172,200,41). Sum of RGB (Red+Green+Blue) = 172+200+41=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC829 is #5337D6. Grayscale: #AEAEAE. Windows color (decimal): -5453783 or 2738348. OLE color: 2738348.

HSL color Cylindrical-coordinate representation of color #ACC829: hue angle of 70.57º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC829 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 41 -
CMYK 0.14 0 0.80 0.22
HSL 70.57º 0.66% 0.47% -
HSV(B) 70.57º 0.8% 0.78% -
XYZ 38.07 50.24 9.79 -
YUV 173.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 172 200 41 0.14 0 0.80 0.22 70.57 0.66 0.47
Hex AC C8 29 E 0 50 16 47 42 2F
Octal 254 310 51 16 0 120 26 107 102 57
Binary 10101100 11001000 101001 1110 0 1010000 10110 1000111 1000010 101111

Color Harmonies of #ACC829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC829

Black with #ACC829

Text Example


Text Example

White with #ACC829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC829; }

 p { color: rgb(172,200,41); }

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

background-color css

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

 a { background-color: rgb(172,200,41); }

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

border-color css

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

 span { border-color: rgb(172,200,41); }

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