Html Css Color HEX #ABC674 Caper

📋 copy color: '#ABC674'

red 171 ◦ green 198 ◦ blue 116

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

Shades of Caper #ABC674

Tints of Caper #ABC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.82%

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

R = 35.26%
G = 40.82%
B = 23.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#ABC674 (or 0xABC674) is known color: Caper. HEX triplet: AB, C6 and 74. RGB value is (171,198,116). Sum of RGB (Red+Green+Blue) = 171+198+116=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC674 is #54398B. Grayscale: #B4B4B4. Windows color (decimal): -5519756 or 7653035. OLE color: 7653035.

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

Color convert

RGB 171 198 116 -
CMYK 0.14 0 0.41 0.22
HSL 79.76º 0.42% 0.62% -
HSV(B) 79.76º 0.41% 0.78% -
XYZ 40.14 50.31 24.12 -
YUV 180.58 91.55 121.17 -
System Red Green Blue C M Y K H S L
Decimal 171 198 116 0.14 0 0.41 0.22 79.76 0.42 0.62
Hex AB C6 74 E 0 29 16 50 2A 3E
Octal 253 306 164 16 0 51 26 120 52 76
Binary 10101011 11000110 1110100 1110 0 101001 10110 1010000 101010 111110

Color Harmonies of #ABC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC674

Black with #ABC674

Text Example


Text Example

White with #ABC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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