#ABBE2D

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

Shades of Bahia #ABBE2D

Tints of Bahia #ABBE2D

Color information

#ABBE2D (or 0xABBE2D) is unknown color: approx Bahia. HEX triplet: AB, BE and 2D. RGB value is (171,190,45). Sum of RGB (Red+Green+Blue) = 171+190+45=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE2D is #5441D2. Grayscale: #A8A8A8. Windows color (decimal): -5521875 or 2997931. OLE color: 2997931.

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

Color convert

RGB17119045-
CMYK0.1000.760.25
HSL67.86º61.7%46.08%-
HSV(B)67.86º76.32%74.51%-
XYZ35.6845.679.42-
YUV167.7958.71130.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 45 (17.97% from 255) = 11.08%
R=42.12%
G=46.80%
B=11.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171190450.1000.760.2567.8661.746.08
HexABBE2DA04C19443e2e
Octal25327655120114311047656
Binary1010101110111110101101101001001100110011000100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE2D; }

 p { color: rgb(171,190,45); }

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

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

 a { background-color: rgb(171,190,45); }

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

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

 span { border-color: rgb(171,190,45); }

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