Html Css Color HEX #ABC974 Caper

📋 copy color: '#ABC974'

red 171 ◦ green 201 ◦ blue 116

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

Shades of Caper #ABC974

Tints of Caper #ABC974

RGB

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

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

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

R = 35.04%
G = 41.19%
B = 23.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#ABC974 (or 0xABC974) is known color: Caper. HEX triplet: AB, C9 and 74. RGB value is (171,201,116). Sum of RGB (Red+Green+Blue) = 171+201+116=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC974 is #54368B. Grayscale: #B6B6B6. Windows color (decimal): -5518988 or 7653803. OLE color: 7653803.

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

Color convert

RGB 171 201 116 -
CMYK 0.15 0 0.42 0.21
HSL 81.18º 0.44% 0.62% -
HSV(B) 81.18º 0.42% 0.79% -
XYZ 40.83 51.69 24.35 -
YUV 182.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 171 201 116 0.15 0 0.42 0.21 81.18 0.44 0.62
Hex AB C9 74 F 0 2A 15 51 2C 3E
Octal 253 311 164 17 0 52 25 121 54 76
Binary 10101011 11001001 1110100 1111 0 101010 10101 1010001 101100 111110

Color Harmonies of #ABC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC974

Black with #ABC974

Text Example


Text Example

White with #ABC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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