Html Css Color HEX #ABC380 Caper

📋 copy color: '#ABC380'

red 171 ◦ green 195 ◦ blue 128

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

Shades of Caper #ABC380

Tints of Caper #ABC380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.47%

 BLUE value IS 128 (50.39% from 255) = 25.91%

R = 34.62%
G = 39.47%
B = 25.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#ABC380 (or 0xABC380) is known color: Caper. HEX triplet: AB, C3 and 80. RGB value is (171,195,128). Sum of RGB (Red+Green+Blue) = 171+195+128=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC380 is #543C7F. Grayscale: #B4B4B4. Windows color (decimal): -5520512 or 8438699. OLE color: 8438699.

HSL color Cylindrical-coordinate representation of color #ABC380: hue angle of 81.49º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABC380 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 128 -
CMYK 0.12 0 0.34 0.24
HSL 81.49º 0.36% 0.63% -
HSV(B) 81.49º 0.34% 0.76% -
XYZ 40.21 49.25 27.81 -
YUV 180.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 171 195 128 0.12 0 0.34 0.24 81.49 0.36 0.63
Hex AB C3 80 C 0 22 18 51 24 3F
Octal 253 303 200 14 0 42 30 121 44 77
Binary 10101011 11000011 10000000 1100 0 100010 11000 1010001 100100 111111

Color Harmonies of #ABC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC380

Black with #ABC380

Text Example


Text Example

White with #ABC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC380; }

 p { color: rgb(171,195,128); }

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

background-color css

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

 a { background-color: rgb(171,195,128); }

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

border-color css

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

 span { border-color: rgb(171,195,128); }

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