#ABB922

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

Shades of Bahia #ABB922

Tints of Bahia #ABB922

Color information

#ABB922 (or 0xABB922) is unknown color: approx Bahia. HEX triplet: AB, B9 and 22. RGB value is (171,185,34). Sum of RGB (Red+Green+Blue) = 171+185+34=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB922 is #5446DD. Grayscale: #A4A4A4. Windows color (decimal): -5523166 or 2275755. OLE color: 2275755.

HSL color Cylindrical-coordinate representation of color #ABB922: hue angle of 65.56º 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 #ABB922 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB17118534-
CMYK0.0800.820.27
HSL65.56º68.95%42.94%-
HSV(B)65.56º81.62%72.55%-
XYZ34.4343.478.09-
YUV163.654.86133.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 185 (72.66% from 255) = 47.44%
BLUE value IS 34 (13.67% from 255) = 8.72%
R=43.85%
G=47.44%
B=8.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171185340.0800.820.2765.5668.9542.94
HexABB92280521B42452b
Octal253271421001223310210553
Binary10101011101110011000101000010100101101110000101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB922; }

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

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

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

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

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

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

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

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