#ABBD28

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

Shades of Bahia #ABBD28

Tints of Bahia #ABBD28

Color information

#ABBD28 (or 0xABBD28) is unknown color: approx Bahia. HEX triplet: AB, BD and 28. RGB value is (171,189,40). Sum of RGB (Red+Green+Blue) = 171+189+40=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD28 is #5442D7. Grayscale: #A7A7A7. Windows color (decimal): -5522136 or 2669995. OLE color: 2669995.

HSL color Cylindrical-coordinate representation of color #ABBD28: hue angle of 67.25º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABBD28 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB17118940-
CMYK0.1000.790.26
HSL67.25º65.07%44.9%-
HSV(B)67.25º78.84%74.12%-
XYZ35.3845.218.87-
YUV166.6356.54131.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 189 (74.22% from 255) = 47.25%
BLUE value IS 40 (16.02% from 255) = 10%
R=42.75%
G=47.25%
B=10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171189400.1000.790.2667.2565.0744.9
HexABBD28A04F1A43412d
Octal253275501201173210310155
Binary10101011101111011010001010010011111101010000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD28; }

 p { color: rgb(171,189,40); }

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

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

 a { background-color: rgb(171,189,40); }

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

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

 span { border-color: rgb(171,189,40); }

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