Html Css Color HEX #ACC429 Bahia

📋 copy color: '#ACC429'

red 172 ◦ green 196 ◦ blue 41

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

Shades of Bahia #ACC429

Tints of Bahia #ACC429

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.92%

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

R = 42.05%
G = 47.92%
B = 10.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#ACC429 (or 0xACC429) is known color: Bahia. HEX triplet: AC, C4 and 29. RGB value is (172,196,41). Sum of RGB (Red+Green+Blue) = 172+196+41=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC429 is #533BD6. Grayscale: #ABABAB. Windows color (decimal): -5454807 or 2737324. OLE color: 2737324.

HSL color Cylindrical-coordinate representation of color #ACC429: hue angle of 69.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC429 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 41 -
CMYK 0.12 0 0.79 0.23
HSL 69.29º 0.65% 0.46% -
HSV(B) 69.29º 0.79% 0.77% -
XYZ 37.15 48.41 9.48 -
YUV 171.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 172 196 41 0.12 0 0.79 0.23 69.29 0.65 0.46
Hex AC C4 29 C 0 4F 17 45 41 2E
Octal 254 304 51 14 0 117 27 105 101 56
Binary 10101100 11000100 101001 1100 0 1001111 10111 1000101 1000001 101110

Color Harmonies of #ACC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC429

Black with #ACC429

Text Example


Text Example

White with #ACC429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC429; }

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

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

background-color css

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

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

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

border-color css

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

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

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