#ABB226

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

Shades of Bahia #ABB226

Tints of Bahia #ABB226

Color information

#ABB226 (or 0xABB226) is unknown color: approx Bahia. HEX triplet: AB, B2 and 26. RGB value is (171,178,38). Sum of RGB (Red+Green+Blue) = 171+178+38=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB226 is #544DD9. Grayscale: #A0A0A0. Windows color (decimal): -5524954 or 2536107. OLE color: 2536107.

HSL color Cylindrical-coordinate representation of color #ABB226: hue angle of 63º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABB226 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17117838-
CMYK0.0400.790.30
HSL63º64.81%42.35%-
HSV(B)63º78.65%69.8%-
XYZ33.0640.647.94-
YUV159.9559.18135.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 178 (69.92% from 255) = 45.99%
BLUE value IS 38 (15.23% from 255) = 9.82%
R=44.19%
G=45.99%
B=9.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171178380.0400.790.306364.8142.35
HexABB226404F1E3f412a
Octal2532624640117367710152
Binary101010111011001010011010001001111111101111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB226; }

 p { color: rgb(171,178,38); }

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

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

 a { background-color: rgb(171,178,38); }

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

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

 span { border-color: rgb(171,178,38); }

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