#ABBF33

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

Shades of Bahia #ABBF33

Tints of Bahia #ABBF33

Color information

#ABBF33 (or 0xABBF33) is unknown color: approx Bahia. HEX triplet: AB, BF and 33. RGB value is (171,191,51). Sum of RGB (Red+Green+Blue) = 171+191+51=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF33 is #5440CC. Grayscale: #A9A9A9. Windows color (decimal): -5521613 or 3391403. OLE color: 3391403.

HSL color Cylindrical-coordinate representation of color #ABBF33: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABBF33 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB17119151-
CMYK0.1000.730.25
HSL68.57º57.85%47.45%-
HSV(B)68.57º73.3%74.9%-
XYZ36.0246.1610.14-
YUV169.0661.37129.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 51 (20.31% from 255) = 12.35%
R=41.40%
G=46.25%
B=12.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171191510.1000.730.2568.5757.8547.45
HexABBF33A04919453a2f
Octal25327763120111311057257
Binary1010101110111111110011101001001001110011000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF33; }

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

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

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

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

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

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

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

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