#ABB628

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

Shades of Bahia #ABB628

Tints of Bahia #ABB628

Color information

#ABB628 (or 0xABB628) is unknown color: approx Bahia. HEX triplet: AB, B6 and 28. RGB value is (171,182,40). Sum of RGB (Red+Green+Blue) = 171+182+40=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB628 is #5449D7. Grayscale: #A3A3A3. Windows color (decimal): -5523928 or 2668203. OLE color: 2668203.

HSL color Cylindrical-coordinate representation of color #ABB628: hue angle of 64.65º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABB628 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB17118240-
CMYK0.0600.780.29
HSL64.65º63.96%43.53%-
HSV(B)64.65º78.02%71.37%-
XYZ33.9142.278.38-
YUV162.5258.86134.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 40 (16.02% from 255) = 10.18%
R=43.51%
G=46.31%
B=10.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171182400.0600.780.2964.6563.9643.53
HexABB628604E1D41402c
Octal25326650601163510110054
Binary1010101110110110101000110010011101110110000011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB628; }

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

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

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

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

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

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

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

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