#ABBE21

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

Shades of Bahia #ABBE21

Tints of Bahia #ABBE21

Color information

#ABBE21 (or 0xABBE21) is unknown color: approx Bahia. HEX triplet: AB, BE and 21. RGB value is (171,190,33). Sum of RGB (Red+Green+Blue) = 171+190+33=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE21 is #5441DE. Grayscale: #A7A7A7. Windows color (decimal): -5521887 or 2211499. OLE color: 2211499.

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

Color convert

RGB17119033-
CMYK0.1000.830.25
HSL67.26º70.4%43.73%-
HSV(B)67.26º82.63%74.51%-
XYZ35.4845.598.37-
YUV166.4252.71131.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 190 (74.61% from 255) = 48.22%
BLUE value IS 33 (13.28% from 255) = 8.38%
R=43.40%
G=48.22%
B=8.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171190330.1000.830.2567.2670.443.73
HexABBE21A0531943462c
Octal253276411201233110310654
Binary10101011101111101000011010010100111100110000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE21; }

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

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

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

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

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

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

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

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