Html Css Color HEX #ACC424 Bahia

📋 copy color: '#ACC424'

red 172 ◦ green 196 ◦ blue 36

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

Shades of Bahia #ACC424

Tints of Bahia #ACC424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.91%

R = 42.57%
G = 48.51%
B = 8.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#ACC424 (or 0xACC424) is known color: Bahia. HEX triplet: AC, C4 and 24. RGB value is (172,196,36). Sum of RGB (Red+Green+Blue) = 172+196+36=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC424 is #533BDB. Grayscale: #ABABAB. Windows color (decimal): -5454812 or 2409644. OLE color: 2409644.

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

Color convert

RGB 172 196 36 -
CMYK 0.12 0 0.82 0.23
HSL 69º 0.69% 0.45% -
HSV(B) 69º 0.82% 0.77% -
XYZ 37.07 48.38 9.05 -
YUV 170.58 52.05 129.01 -
System Red Green Blue C M Y K H S L
Decimal 172 196 36 0.12 0 0.82 0.23 69 0.69 0.45
Hex AC C4 24 C 0 52 17 45 45 2D
Octal 254 304 44 14 0 122 27 105 105 55
Binary 10101100 11000100 100100 1100 0 1010010 10111 1000101 1000101 101101

Color Harmonies of #ACC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC424

Black with #ACC424

Text Example


Text Example

White with #ACC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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