#ABBF69

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

Shades of Caper #ABBF69

Tints of Caper #ABBF69

Color information

#ABBF69 (or 0xABBF69) is unknown color: approx Caper. HEX triplet: AB, BF and 69. RGB value is (171,191,105). Sum of RGB (Red+Green+Blue) = 171+191+105=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBF69 is #544096. Grayscale: #AFAFAF. Windows color (decimal): -5521559 or 6930347. OLE color: 6930347.

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

Color convert

RGB171191105-
CMYK0.1000.450.25
HSL73.95º40.19%58.04%-
HSV(B)73.95º45.03%74.9%-
XYZ37.9846.9420.42-
YUV175.2288.37124.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=36.62%
G=40.90%
B=22.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911050.1000.450.2573.9540.1958.04
HexABBF69A02D194a283a
Octal25327715112055311125072
Binary1010101110111111110100110100101101110011001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF69; }

 p { color: rgb(171,191,105); }

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

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

 a { background-color: rgb(171,191,105); }

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

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

 span { border-color: rgb(171,191,105); }

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