#acc231

Color #ACC231 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ACC231

Tints of Bahia #ACC231

Color information

#ACC231 (or 0xACC231) is unknown color: approx Bahia. HEX triplet: AC, C2 and 31. RGB value is (172,194,49). Sum of RGB (Red+Green+Blue) = 172+194+49=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC231 is #533DCE. Grayscale: #ABABAB. Windows color (decimal): -5455311 or 3261100. OLE color: 3261100.

HSL color Cylindrical-coordinate representation of color #ACC231: hue angle of 69.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACC231 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB17219449-
CMYK0.1100.750.24
HSL69.1º59.67%47.65%-
HSV(B)69.1º74.74%76.08%-
XYZ36.8647.5810.15-
YUV170.8959.21128.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 194 (76.17% from 255) = 46.75%
BLUE value IS 49 (19.53% from 255) = 11.81%
R=41.45%
G=46.75%
B=11.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172194490.1100.750.2469.159.6747.65
HexACC231B04B18453c30
Octal25430261130113301057460
Binary1010110011000010110001101101001011110001000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acc231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acc231; }

 p { color: rgb(172,194,49); }

 H1.HeaderClassName
 {
   color: #acc231;
 }
 .AnyTagClassName
 {
   color: #acc231;
 }
</style>
background-color css

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

 a { background-color: rgb(172,194,49); }

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

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

 span { border-color: rgb(172,194,49); }

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