Html Css Color HEX #ACC32C Bahia

📋 copy color: '#ACC32C'

red 172 ◦ green 195 ◦ blue 44

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

Shades of Bahia #ACC32C

Tints of Bahia #ACC32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.71%

R = 41.85%
G = 47.45%
B = 10.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ACC32C (or 0xACC32C) is known color: Bahia. HEX triplet: AC, C3 and 2C. RGB value is (172,195,44). Sum of RGB (Red+Green+Blue) = 172+195+44=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC32C is #533CD3. Grayscale: #ABABAB. Windows color (decimal): -5455060 or 2933676. OLE color: 2933676.

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

Color convert

RGB 172 195 44 -
CMYK 0.12 0 0.77 0.24
HSL 69.14º 0.63% 0.47% -
HSV(B) 69.14º 0.77% 0.76% -
XYZ 36.98 47.98 9.7 -
YUV 170.91 56.38 128.78 -
System Red Green Blue C M Y K H S L
Decimal 172 195 44 0.12 0 0.77 0.24 69.14 0.63 0.47
Hex AC C3 2C C 0 4D 18 45 3F 2F
Octal 254 303 54 14 0 115 30 105 77 57
Binary 10101100 11000011 101100 1100 0 1001101 11000 1000101 111111 101111

Color Harmonies of #ACC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC32C

Black with #ACC32C

Text Example


Text Example

White with #ACC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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