Html Css Color HEX #ABC976 Caper

📋 copy color: '#ABC976'

red 171 ◦ green 201 ◦ blue 118

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

Shades of Caper #ABC976

Tints of Caper #ABC976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

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

R = 34.9%
G = 41.02%
B = 24.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#ABC976 (or 0xABC976) is known color: Caper. HEX triplet: AB, C9 and 76. RGB value is (171,201,118). Sum of RGB (Red+Green+Blue) = 171+201+118=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC976 is #543689. Grayscale: #B6B6B6. Windows color (decimal): -5518986 or 7784875. OLE color: 7784875.

HSL color Cylindrical-coordinate representation of color #ABC976: hue angle of 81.69º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC976 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 118 -
CMYK 0.15 0 0.41 0.21
HSL 81.69º 0.43% 0.63% -
HSV(B) 81.69º 0.41% 0.79% -
XYZ 40.95 51.74 24.97 -
YUV 182.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 171 201 118 0.15 0 0.41 0.21 81.69 0.43 0.63
Hex AB C9 76 F 0 29 15 52 2B 3F
Octal 253 311 166 17 0 51 25 122 53 77
Binary 10101011 11001001 1110110 1111 0 101001 10101 1010010 101011 111111

Color Harmonies of #ABC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC976

Black with #ABC976

Text Example


Text Example

White with #ABC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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