#ABBB27

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

Shades of Bahia #ABBB27

Tints of Bahia #ABBB27

Color information

#ABBB27 (or 0xABBB27) is unknown color: approx Bahia. HEX triplet: AB, BB and 27. RGB value is (171,187,39). Sum of RGB (Red+Green+Blue) = 171+187+39=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB27 is #5444D8. Grayscale: #A5A5A5. Windows color (decimal): -5522649 or 2603947. OLE color: 2603947.

HSL color Cylindrical-coordinate representation of color #ABBB27: hue angle of 66.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABBB27 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB17118739-
CMYK0.0900.790.27
HSL66.49º65.49%44.31%-
HSV(B)66.49º79.14%73.33%-
XYZ34.9344.358.64-
YUV165.3456.7132.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 39 (15.62% from 255) = 9.82%
R=43.07%
G=47.10%
B=9.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171187390.0900.790.2766.4965.4944.31
HexABBB27904F1B42412c
Octal253273471101173310210154
Binary10101011101110111001111001010011111101110000101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB27; }

 p { color: rgb(171,187,39); }

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

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

 a { background-color: rgb(171,187,39); }

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

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

 span { border-color: rgb(171,187,39); }

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