#ABBF26

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

Shades of Bahia #ABBF26

Tints of Bahia #ABBF26

Color information

#ABBF26 (or 0xABBF26) is unknown color: approx Bahia. HEX triplet: AB, BF and 26. RGB value is (171,191,38). Sum of RGB (Red+Green+Blue) = 171+191+38=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF26 is #5440D9. Grayscale: #A8A8A8. Windows color (decimal): -5521626 or 2539435. OLE color: 2539435.

HSL color Cylindrical-coordinate representation of color #ABBF26: hue angle of 67.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABBF26 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB17119138-
CMYK0.1000.800.25
HSL67.84º66.81%44.9%-
HSV(B)67.84º80.1%74.9%-
XYZ35.7846.068.84-
YUV167.5854.87130.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 38 (15.23% from 255) = 9.5%
R=42.75%
G=47.75%
B=9.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171191380.1000.800.2567.8466.8144.9
HexABBF26A0501944432d
Octal253277461201203110410355
Binary10101011101111111001101010010100001100110001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF26; }

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

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

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

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

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

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

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

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