Html Css Color HEX #ABC970 Caper

📋 copy color: '#ABC970'

red 171 ◦ green 201 ◦ blue 112

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

Shades of Caper #ABC970

Tints of Caper #ABC970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.14%

R = 35.33%
G = 41.53%
B = 23.14%

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

#ABC970 (or 0xABC970) is known color: Caper. HEX triplet: AB, C9 and 70. RGB value is (171,201,112). Sum of RGB (Red+Green+Blue) = 171+201+112=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC970 is #54368F. Grayscale: #B6B6B6. Windows color (decimal): -5518992 or 7391659. OLE color: 7391659.

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

Color convert

RGB 171 201 112 -
CMYK 0.15 0 0.44 0.21
HSL 80.22º 0.45% 0.61% -
HSV(B) 80.22º 0.44% 0.79% -
XYZ 40.61 51.6 23.15 -
YUV 181.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 171 201 112 0.15 0 0.44 0.21 80.22 0.45 0.61
Hex AB C9 70 F 0 2C 15 50 2D 3D
Octal 253 311 160 17 0 54 25 120 55 75
Binary 10101011 11001001 1110000 1111 0 101100 10101 1010000 101101 111101

Color Harmonies of #ABC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC970

Black with #ABC970

Text Example


Text Example

White with #ABC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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