Html Css Color HEX #ABC476 Caper

📋 copy color: '#ABC476'

red 171 ◦ green 196 ◦ blue 118

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

Shades of Caper #ABC476

Tints of Caper #ABC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 35.26%
G = 40.41%
B = 24.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#ABC476 (or 0xABC476) is known color: Caper. HEX triplet: AB, C4 and 76. RGB value is (171,196,118). Sum of RGB (Red+Green+Blue) = 171+196+118=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC476 is #543B89. Grayscale: #B3B3B3. Windows color (decimal): -5520266 or 7783595. OLE color: 7783595.

HSL color Cylindrical-coordinate representation of color #ABC476: hue angle of 79.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABC476 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 118 -
CMYK 0.13 0 0.40 0.23
HSL 79.23º 0.4% 0.62% -
HSV(B) 79.23º 0.4% 0.77% -
XYZ 39.8 49.45 24.59 -
YUV 179.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 171 196 118 0.13 0 0.40 0.23 79.23 0.4 0.62
Hex AB C4 76 D 0 28 17 4F 28 3E
Octal 253 304 166 15 0 50 27 117 50 76
Binary 10101011 11000100 1110110 1101 0 101000 10111 1001111 101000 111110

Color Harmonies of #ABC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC476

Black with #ABC476

Text Example


Text Example

White with #ABC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC476; }

 p { color: rgb(171,196,118); }

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

background-color css

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

 a { background-color: rgb(171,196,118); }

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

border-color css

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

 span { border-color: rgb(171,196,118); }

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