Html Css Color HEX #ACC428 Bahia

📋 copy color: '#ACC428'

red 172 ◦ green 196 ◦ blue 40

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

Shades of Bahia #ACC428

Tints of Bahia #ACC428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 42.16%
G = 48.04%
B = 9.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#ACC428 (or 0xACC428) is known color: Bahia. HEX triplet: AC, C4 and 28. RGB value is (172,196,40). Sum of RGB (Red+Green+Blue) = 172+196+40=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC428 is #533BD7. Grayscale: #ABABAB. Windows color (decimal): -5454808 or 2671788. OLE color: 2671788.

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

Color convert

RGB 172 196 40 -
CMYK 0.12 0 0.80 0.23
HSL 69.23º 0.66% 0.46% -
HSV(B) 69.23º 0.8% 0.77% -
XYZ 37.14 48.4 9.39 -
YUV 171.04 54.05 128.68 -
System Red Green Blue C M Y K H S L
Decimal 172 196 40 0.12 0 0.80 0.23 69.23 0.66 0.46
Hex AC C4 28 C 0 50 17 45 42 2E
Octal 254 304 50 14 0 120 27 105 102 56
Binary 10101100 11000100 101000 1100 0 1010000 10111 1000101 1000010 101110

Color Harmonies of #ACC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC428

Black with #ACC428

Text Example


Text Example

White with #ACC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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