Html Css Color HEX #ABCC82 Caper

📋 copy color: '#ABCC82'

red 171 ◦ green 204 ◦ blue 130

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

Shades of Caper #ABCC82

Tints of Caper #ABCC82

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.4%

 BLUE value IS 130 (51.17% from 255) = 25.74%

R = 33.86%
G = 40.4%
B = 25.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#ABCC82 (or 0xABCC82) is known color: Caper. HEX triplet: AB, CC and 82. RGB value is (171,204,130). Sum of RGB (Red+Green+Blue) = 171+204+130=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC82 is #54337D. Grayscale: #B9B9B9. Windows color (decimal): -5518206 or 8572075. OLE color: 8572075.

HSL color Cylindrical-coordinate representation of color #ABCC82: hue angle of 86.76º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABCC82 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 130 -
CMYK 0.16 0 0.36 0.2
HSL 86.76º 0.42% 0.65% -
HSV(B) 86.76º 0.36% 0.8% -
XYZ 42.42 53.46 29.2 -
YUV 185.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 171 204 130 0.16 0 0.36 0.2 86.76 0.42 0.65
Hex AB CC 82 10 0 24 14 57 2A 41
Octal 253 314 202 20 0 44 24 127 52 101
Binary 10101011 11001100 10000010 10000 0 100100 10100 1010111 101010 1000001

Color Harmonies of #ABCC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC82

Black with #ABCC82

Text Example


Text Example

White with #ABCC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC82; }

 p { color: rgb(171,204,130); }

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

background-color css

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

 a { background-color: rgb(171,204,130); }

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

border-color css

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

 span { border-color: rgb(171,204,130); }

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