Html Css Color HEX #ABC96A Caper

📋 copy color: '#ABC96A'

red 171 ◦ green 201 ◦ blue 106

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

Shades of Caper #ABC96A

Tints of Caper #ABC96A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.05%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 35.77%
G = 42.05%
B = 22.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#ABC96A (or 0xABC96A) is known color: Caper. HEX triplet: AB, C9 and 6A. RGB value is (171,201,106). Sum of RGB (Red+Green+Blue) = 171+201+106=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC96A is #543695. Grayscale: #B5B5B5. Windows color (decimal): -5518998 or 6998443. OLE color: 6998443.

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

Color convert

RGB 171 201 106 -
CMYK 0.15 0 0.47 0.21
HSL 78.95º 0.47% 0.6% -
HSV(B) 78.95º 0.47% 0.79% -
XYZ 40.28 51.47 21.45 -
YUV 181.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 171 201 106 0.15 0 0.47 0.21 78.95 0.47 0.6
Hex AB C9 6A F 0 2F 15 4F 2F 3C
Octal 253 311 152 17 0 57 25 117 57 74
Binary 10101011 11001001 1101010 1111 0 101111 10101 1001111 101111 111100

Color Harmonies of #ABC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC96A

Black with #ABC96A

Text Example


Text Example

White with #ABC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC96A; }

 p { color: rgb(171,201,106); }

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

background-color css

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

 a { background-color: rgb(171,201,106); }

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

border-color css

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

 span { border-color: rgb(171,201,106); }

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