#ACC823

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

Shades of Bahia #ACC823

Tints of Bahia #ACC823

Color information

#ACC823 (or 0xACC823) is unknown color: approx Bahia. HEX triplet: AC, C8 and 23. RGB value is (172,200,35). Sum of RGB (Red+Green+Blue) = 172+200+35=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC823 is #5337DC. Grayscale: #ADADAD. Windows color (decimal): -5453789 or 2345132. OLE color: 2345132.

HSL color Cylindrical-coordinate representation of color #ACC823: hue angle of 70.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACC823 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB17220035-
CMYK0.1400.820.22
HSL70.18º70.21%46.08%-
HSV(B)70.18º82.5%78.43%-
XYZ37.9750.29.28-
YUV172.8250.22127.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 35 (14.06% from 255) = 8.60%
R=42.26%
G=49.14%
B=8.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172200350.1400.820.2270.1870.2146.08
HexACC823E0521646462e
Octal254310431601222610610656
Binary10101100110010001000111110010100101011010001101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC823; }

 p { color: rgb(172,200,35); }

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

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

 a { background-color: rgb(172,200,35); }

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

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

 span { border-color: rgb(172,200,35); }

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