Html Css Color HEX #ABC971 Caper

📋 copy color: '#ABC971'

red 171 ◦ green 201 ◦ blue 113

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

Shades of Caper #ABC971

Tints of Caper #ABC971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 35.26%
G = 41.44%
B = 23.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#ABC971 (or 0xABC971) is known color: Caper. HEX triplet: AB, C9 and 71. RGB value is (171,201,113). Sum of RGB (Red+Green+Blue) = 171+201+113=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC971 is #54368E. Grayscale: #B6B6B6. Windows color (decimal): -5518991 or 7457195. OLE color: 7457195.

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

Color convert

RGB 171 201 113 -
CMYK 0.15 0 0.44 0.21
HSL 80.45º 0.45% 0.62% -
HSV(B) 80.45º 0.44% 0.79% -
XYZ 40.66 51.62 23.44 -
YUV 182 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 171 201 113 0.15 0 0.44 0.21 80.45 0.45 0.62
Hex AB C9 71 F 0 2C 15 50 2D 3E
Octal 253 311 161 17 0 54 25 120 55 76
Binary 10101011 11001001 1110001 1111 0 101100 10101 1010000 101101 111110

Color Harmonies of #ABC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC971

Black with #ABC971

Text Example


Text Example

White with #ABC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC971; }

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

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

background-color css

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

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

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

border-color css

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

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

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