Html Css Color HEX #ABCC7A Caper

📋 copy color: '#ABCC7A'

red 171 ◦ green 204 ◦ blue 122

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

Shades of Caper #ABCC7A

Tints of Caper #ABCC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.55%

R = 34.41%
G = 41.05%
B = 24.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#ABCC7A (or 0xABCC7A) is known color: Caper. HEX triplet: AB, CC and 7A. RGB value is (171,204,122). Sum of RGB (Red+Green+Blue) = 171+204+122=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC7A is #543385. Grayscale: #B9B9B9. Windows color (decimal): -5518214 or 8047787. OLE color: 8047787.

HSL color Cylindrical-coordinate representation of color #ABCC7A: hue angle of 84.15º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABCC7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 122 -
CMYK 0.16 0 0.40 0.2
HSL 84.15º 0.45% 0.64% -
HSV(B) 84.15º 0.4% 0.8% -
XYZ 41.9 53.25 26.48 -
YUV 184.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 171 204 122 0.16 0 0.40 0.2 84.15 0.45 0.64
Hex AB CC 7A 10 0 28 14 54 2D 40
Octal 253 314 172 20 0 50 24 124 55 100
Binary 10101011 11001100 1111010 10000 0 101000 10100 1010100 101101 1000000

Color Harmonies of #ABCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC7A

Black with #ABCC7A

Text Example


Text Example

White with #ABCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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