#ACC026

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

Shades of Bahia #ACC026

Tints of Bahia #ACC026

Color information

#ACC026 (or 0xACC026) is unknown color: approx Bahia. HEX triplet: AC, C0 and 26. RGB value is (172,192,38). Sum of RGB (Red+Green+Blue) = 172+192+38=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC026 is #533FD9. Grayscale: #A9A9A9. Windows color (decimal): -5455834 or 2539692. OLE color: 2539692.

HSL color Cylindrical-coordinate representation of color #ACC026: hue angle of 67.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC026 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB17219238-
CMYK0.1000.800.25
HSL67.79º66.96%45.1%-
HSV(B)67.79º80.21%75.29%-
XYZ36.2146.618.92-
YUV168.4654.37130.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 192 (75.39% from 255) = 47.76%
BLUE value IS 38 (15.23% from 255) = 9.45%
R=42.79%
G=47.76%
B=9.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172192380.1000.800.2567.7966.9645.1
HexACC026A0501944432d
Octal254300461201203110410355
Binary10101100110000001001101010010100001100110001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC026; }

 p { color: rgb(172,192,38); }

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

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

 a { background-color: rgb(172,192,38); }

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

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

 span { border-color: rgb(172,192,38); }

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