#ABBC26

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

Shades of Bahia #ABBC26

Tints of Bahia #ABBC26

Color information

#ABBC26 (or 0xABBC26) is unknown color: approx Bahia. HEX triplet: AB, BC and 26. RGB value is (171,188,38). Sum of RGB (Red+Green+Blue) = 171+188+38=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC26 is #5443D9. Grayscale: #A6A6A6. Windows color (decimal): -5522394 or 2538667. OLE color: 2538667.

HSL color Cylindrical-coordinate representation of color #ABBC26: hue angle of 66.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABBC26 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB17118838-
CMYK0.0900.800.26
HSL66.8º66.37%44.31%-
HSV(B)66.8º79.79%73.73%-
XYZ35.1344.768.62-
YUV165.8255.87131.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 188 (73.83% from 255) = 47.36%
BLUE value IS 38 (15.23% from 255) = 9.57%
R=43.07%
G=47.36%
B=9.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171188380.0900.800.2666.866.3744.31
HexABBC2690501A43422c
Octal253274461101203210310254
Binary10101011101111001001101001010100001101010000111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC26; }

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

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

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

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

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

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

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

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