Html Css Color HEX #ABCA7A Caper

📋 copy color: '#ABCA7A'

red 171 ◦ green 202 ◦ blue 122

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

Shades of Caper #ABCA7A

Tints of Caper #ABCA7A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

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

R = 34.55%
G = 40.81%
B = 24.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#ABCA7A (or 0xABCA7A) is known color: Caper. HEX triplet: AB, CA and 7A. RGB value is (171,202,122). Sum of RGB (Red+Green+Blue) = 171+202+122=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA7A is #543585. Grayscale: #B7B7B7. Windows color (decimal): -5518726 or 8047275. OLE color: 8047275.

HSL color Cylindrical-coordinate representation of color #ABCA7A: hue angle of 83.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABCA7A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 122 -
CMYK 0.15 0 0.40 0.21
HSL 83.25º 0.43% 0.64% -
HSV(B) 83.25º 0.4% 0.79% -
XYZ 41.43 52.3 26.32 -
YUV 183.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 171 202 122 0.15 0 0.40 0.21 83.25 0.43 0.64
Hex AB CA 7A F 0 28 15 53 2B 40
Octal 253 312 172 17 0 50 25 123 53 100
Binary 10101011 11001010 1111010 1111 0 101000 10101 1010011 101011 1000000

Color Harmonies of #ABCA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA7A

Black with #ABCA7A

Text Example


Text Example

White with #ABCA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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