Html Css Color HEX #ABC874 Caper

📋 copy color: '#ABC874'

red 171 ◦ green 200 ◦ blue 116

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

Shades of Caper #ABC874

Tints of Caper #ABC874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 35.11%
G = 41.07%
B = 23.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#ABC874 (or 0xABC874) is known color: Caper. HEX triplet: AB, C8 and 74. RGB value is (171,200,116). Sum of RGB (Red+Green+Blue) = 171+200+116=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC874 is #54378B. Grayscale: #B6B6B6. Windows color (decimal): -5519244 or 7653547. OLE color: 7653547.

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

Color convert

RGB 171 200 116 -
CMYK 0.14 0 0.42 0.22
HSL 80.71º 0.43% 0.62% -
HSV(B) 80.71º 0.42% 0.78% -
XYZ 40.6 51.23 24.27 -
YUV 181.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 171 200 116 0.14 0 0.42 0.22 80.71 0.43 0.62
Hex AB C8 74 E 0 2A 16 51 2B 3E
Octal 253 310 164 16 0 52 26 121 53 76
Binary 10101011 11001000 1110100 1110 0 101010 10110 1010001 101011 111110

Color Harmonies of #ABC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC874

Black with #ABC874

Text Example


Text Example

White with #ABC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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