Html Css Color HEX #ABC870 Caper

📋 copy color: '#ABC870'

red 171 ◦ green 200 ◦ blue 112

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

Shades of Caper #ABC870

Tints of Caper #ABC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

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

R = 35.4%
G = 41.41%
B = 23.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#ABC870 (or 0xABC870) is known color: Caper. HEX triplet: AB, C8 and 70. RGB value is (171,200,112). Sum of RGB (Red+Green+Blue) = 171+200+112=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC870 is #54378F. Grayscale: #B5B5B5. Windows color (decimal): -5519248 or 7391403. OLE color: 7391403.

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

Color convert

RGB 171 200 112 -
CMYK 0.14 0 0.44 0.22
HSL 79.77º 0.44% 0.61% -
HSV(B) 79.77º 0.44% 0.78% -
XYZ 40.37 51.14 23.07 -
YUV 181.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 171 200 112 0.14 0 0.44 0.22 79.77 0.44 0.61
Hex AB C8 70 E 0 2C 16 50 2C 3D
Octal 253 310 160 16 0 54 26 120 54 75
Binary 10101011 11001000 1110000 1110 0 101100 10110 1010000 101100 111101

Color Harmonies of #ABC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC870

Black with #ABC870

Text Example


Text Example

White with #ABC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC870; }

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

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

background-color css

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

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

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

border-color css

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

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

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