Html Css Color HEX #ABC676 Caper

📋 copy color: '#ABC676'

red 171 ◦ green 198 ◦ blue 118

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

Shades of Caper #ABC676

Tints of Caper #ABC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.66%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 35.11%
G = 40.66%
B = 24.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#ABC676 (or 0xABC676) is known color: Caper. HEX triplet: AB, C6 and 76. RGB value is (171,198,118). Sum of RGB (Red+Green+Blue) = 171+198+118=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC676 is #543989. Grayscale: #B5B5B5. Windows color (decimal): -5519754 or 7784107. OLE color: 7784107.

HSL color Cylindrical-coordinate representation of color #ABC676: hue angle of 80.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABC676 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 118 -
CMYK 0.14 0 0.40 0.22
HSL 80.25º 0.41% 0.62% -
HSV(B) 80.25º 0.4% 0.78% -
XYZ 40.26 50.35 24.74 -
YUV 180.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 171 198 118 0.14 0 0.40 0.22 80.25 0.41 0.62
Hex AB C6 76 E 0 28 16 50 29 3E
Octal 253 306 166 16 0 50 26 120 51 76
Binary 10101011 11000110 1110110 1110 0 101000 10110 1010000 101001 111110

Color Harmonies of #ABC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC676

Black with #ABC676

Text Example


Text Example

White with #ABC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC676; }

 p { color: rgb(171,198,118); }

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

background-color css

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

 a { background-color: rgb(171,198,118); }

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

border-color css

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

 span { border-color: rgb(171,198,118); }

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