Html Css Color HEX #ACC32A Bahia

📋 copy color: '#ACC32A'

red 172 ◦ green 195 ◦ blue 42

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

Shades of Bahia #ACC32A

Tints of Bahia #ACC32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.68%

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 42.05%
G = 47.68%
B = 10.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ACC32A (or 0xACC32A) is known color: Bahia. HEX triplet: AC, C3 and 2A. RGB value is (172,195,42). Sum of RGB (Red+Green+Blue) = 172+195+42=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC32A is #533CD5. Grayscale: #ABABAB. Windows color (decimal): -5455062 or 2802604. OLE color: 2802604.

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

Color convert

RGB 172 195 42 -
CMYK 0.12 0 0.78 0.24
HSL 69.02º 0.65% 0.46% -
HSV(B) 69.02º 0.78% 0.76% -
XYZ 36.95 47.97 9.5 -
YUV 170.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 172 195 42 0.12 0 0.78 0.24 69.02 0.65 0.46
Hex AC C3 2A C 0 4E 18 45 41 2E
Octal 254 303 52 14 0 116 30 105 101 56
Binary 10101100 11000011 101010 1100 0 1001110 11000 1000101 1000001 101110

Color Harmonies of #ACC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC32A

Black with #ACC32A

Text Example


Text Example

White with #ACC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC32A; }

 p { color: rgb(172,195,42); }

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

background-color css

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

 a { background-color: rgb(172,195,42); }

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

border-color css

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

 span { border-color: rgb(172,195,42); }

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