Html Css Color HEX #ABCF7A Caper

📋 copy color: '#ABCF7A'

red 171 ◦ green 207 ◦ blue 122

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

Shades of Caper #ABCF7A

Tints of Caper #ABCF7A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.4%

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

R = 34.2%
G = 41.4%
B = 24.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#ABCF7A (or 0xABCF7A) is known color: Caper. HEX triplet: AB, CF and 7A. RGB value is (171,207,122). Sum of RGB (Red+Green+Blue) = 171+207+122=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF7A is #543085. Grayscale: #BABABA. Windows color (decimal): -5517446 or 8048555. OLE color: 8048555.

HSL color Cylindrical-coordinate representation of color #ABCF7A: hue angle of 85.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABCF7A is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 122 -
CMYK 0.17 0 0.41 0.19
HSL 85.41º 0.47% 0.65% -
HSV(B) 85.41º 0.41% 0.81% -
XYZ 42.62 54.69 26.72 -
YUV 186.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 171 207 122 0.17 0 0.41 0.19 85.41 0.47 0.65
Hex AB CF 7A 11 0 29 13 55 2F 41
Octal 253 317 172 21 0 51 23 125 57 101
Binary 10101011 11001111 1111010 10001 0 101001 10011 1010101 101111 1000001

Color Harmonies of #ABCF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF7A

Black with #ABCF7A

Text Example


Text Example

White with #ABCF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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