#ABC828

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

Shades of Bahia #ABC828

Tints of Bahia #ABC828

Color information

#ABC828 (or 0xABC828) is unknown color: approx Bahia. HEX triplet: AB, C8 and 28. RGB value is (171,200,40). Sum of RGB (Red+Green+Blue) = 171+200+40=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC828 is #5437D7. Grayscale: #ADADAD. Windows color (decimal): -5519320 or 2672811. OLE color: 2672811.

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

Color convert

RGB17120040-
CMYK0.1400.80.22
HSL70.88º66.67%47.06%-
HSV(B)70.88º80%78.43%-
XYZ37.8350.129.69-
YUV173.0952.89126.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 200 (78.52% from 255) = 48.66%
BLUE value IS 40 (16.02% from 255) = 9.73%
R=41.61%
G=48.66%
B=9.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171200400.1400.80.2270.8866.6747.06
HexABC828E0501647432f
Octal253310501601202610710357
Binary10101011110010001010001110010100001011010001111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC828; }

 p { color: rgb(171,200,40); }

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

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

 a { background-color: rgb(171,200,40); }

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

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

 span { border-color: rgb(171,200,40); }

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