#ABC823

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

Shades of Bahia #ABC823

Tints of Bahia #ABC823

Color information

#ABC823 (or 0xABC823) is unknown color: approx Bahia. HEX triplet: AB, C8 and 23. RGB value is (171,200,35). Sum of RGB (Red+Green+Blue) = 171+200+35=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC823 is #5437DC. Grayscale: #ADADAD. Windows color (decimal): -5519325 or 2345131. OLE color: 2345131.

HSL color Cylindrical-coordinate representation of color #ABC823: hue angle of 70.55º 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 #ABC823 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB17120035-
CMYK0.1400.820.22
HSL70.55º70.21%46.08%-
HSV(B)70.55º82.5%78.43%-
XYZ37.7550.099.27-
YUV172.5250.39126.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 200 (78.52% from 255) = 49.26%
BLUE value IS 35 (14.06% from 255) = 8.62%
R=42.12%
G=49.26%
B=8.62%

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
Decimal171200350.1400.820.2270.5570.2146.08
HexABC823E0521647462e
Octal253310431601222610710656
Binary10101011110010001000111110010100101011010001111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC823; }

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

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

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

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

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

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

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

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