#ABBB22

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

Shades of Bahia #ABBB22

Tints of Bahia #ABBB22

Color information

#ABBB22 (or 0xABBB22) is unknown color: approx Bahia. HEX triplet: AB, BB and 22. RGB value is (171,187,34). Sum of RGB (Red+Green+Blue) = 171+187+34=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB22 is #5444DD. Grayscale: #A5A5A5. Windows color (decimal): -5522654 or 2276267. OLE color: 2276267.

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

Color convert

RGB17118734-
CMYK0.0900.820.27
HSL66.27º69.23%43.33%-
HSV(B)66.27º81.82%73.33%-
XYZ34.8544.318.23-
YUV164.7754.2132.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 187 (73.44% from 255) = 47.70%
BLUE value IS 34 (13.67% from 255) = 8.67%
R=43.62%
G=47.70%
B=8.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171187340.0900.820.2766.2769.2343.33
HexABBB2290521B42452b
Octal253273421101223310210553
Binary10101011101110111000101001010100101101110000101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB22; }

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

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

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

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

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

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

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

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