Html Css Color HEX #ABC088 Caper

📋 copy color: '#ABC088'

red 171 ◦ green 192 ◦ blue 136

#ABC088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #ABC088

Tints of Caper #ABC088

RGB

 RED value IS 171 (67.19% from 255) = 34.27%

 GREEN value IS 192 (75.39% from 255) = 38.48%

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 34.27%
G = 38.48%
B = 27.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#ABC088 (or 0xABC088) is known color: Caper. HEX triplet: AB, C0 and 88. RGB value is (171,192,136). Sum of RGB (Red+Green+Blue) = 171+192+136=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC088 is #543F77. Grayscale: #B3B3B3. Windows color (decimal): -5521272 or 8962219. OLE color: 8962219.

HSL color Cylindrical-coordinate representation of color #ABC088: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC088 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 136 -
CMYK 0.11 0 0.29 0.25
HSL 82.5º 0.31% 0.64% -
HSV(B) 82.5º 0.29% 0.75% -
XYZ 40.09 48.13 30.47 -
YUV 179.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 171 192 136 0.11 0 0.29 0.25 82.5 0.31 0.64
Hex AB C0 88 B 0 1D 19 52 1F 40
Octal 253 300 210 13 0 35 31 122 37 100
Binary 10101011 11000000 10001000 1011 0 11101 11001 1010010 11111 1000000

Color Harmonies of #ABC088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC088

Black with #ABC088

Text Example


Text Example

White with #ABC088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC088; }

 p { color: rgb(171,192,136); }

 H1.HeaderClassName
 {
   color: #ABC088;
 }
 .AnyTagClassName
 {
   color: #ABC088;
 }
</style>

background-color css

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

 a { background-color: rgb(171,192,136); }

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

border-color css

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

 span { border-color: rgb(171,192,136); }

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