Html Css Color HEX #ABCA70 Caper

📋 copy color: '#ABCA70'

red 171 ◦ green 202 ◦ blue 112

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

Shades of Caper #ABCA70

Tints of Caper #ABCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

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

R = 35.26%
G = 41.65%
B = 23.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#ABCA70 (or 0xABCA70) is known color: Caper. HEX triplet: AB, CA and 70. RGB value is (171,202,112). Sum of RGB (Red+Green+Blue) = 171+202+112=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA70 is #54358F. Grayscale: #B6B6B6. Windows color (decimal): -5518736 or 7391915. OLE color: 7391915.

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

Color convert

RGB 171 202 112 -
CMYK 0.15 0 0.45 0.21
HSL 80.67º 0.46% 0.62% -
HSV(B) 80.67º 0.45% 0.79% -
XYZ 40.84 52.07 23.23 -
YUV 182.47 88.23 119.82 -
System Red Green Blue C M Y K H S L
Decimal 171 202 112 0.15 0 0.45 0.21 80.67 0.46 0.62
Hex AB CA 70 F 0 2D 15 51 2E 3E
Octal 253 312 160 17 0 55 25 121 56 76
Binary 10101011 11001010 1110000 1111 0 101101 10101 1010001 101110 111110

Color Harmonies of #ABCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA70

Black with #ABCA70

Text Example


Text Example

White with #ABCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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