Html Css Color HEX #ACC029 Bahia

📋 copy color: '#ACC029'

red 172 ◦ green 192 ◦ blue 41

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

Shades of Bahia #ACC029

Tints of Bahia #ACC029

RGB

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

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

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

R = 42.47%
G = 47.41%
B = 10.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#ACC029 (or 0xACC029) is known color: Bahia. HEX triplet: AC, C0 and 29. RGB value is (172,192,41). Sum of RGB (Red+Green+Blue) = 172+192+41=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC029 is #533FD6. Grayscale: #A9A9A9. Windows color (decimal): -5455831 or 2736300. OLE color: 2736300.

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

Color convert

RGB 172 192 41 -
CMYK 0.10 0 0.79 0.25
HSL 67.95º 0.65% 0.46% -
HSV(B) 67.95º 0.79% 0.75% -
XYZ 36.26 46.63 9.19 -
YUV 168.81 55.87 130.28 -
System Red Green Blue C M Y K H S L
Decimal 172 192 41 0.10 0 0.79 0.25 67.95 0.65 0.46
Hex AC C0 29 A 0 4F 19 44 41 2E
Octal 254 300 51 12 0 117 31 104 101 56
Binary 10101100 11000000 101001 1010 0 1001111 11001 1000100 1000001 101110

Color Harmonies of #ACC029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC029

Black with #ACC029

Text Example


Text Example

White with #ACC029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC029; }

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

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

background-color css

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

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

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

border-color css

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

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

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