Html Css Color HEX #ABC16A Caper

📋 copy color: '#ABC16A'

red 171 ◦ green 193 ◦ blue 106

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

Shades of Caper #ABC16A

Tints of Caper #ABC16A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.06%

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

R = 36.38%
G = 41.06%
B = 22.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#ABC16A (or 0xABC16A) is known color: Caper. HEX triplet: AB, C1 and 6A. RGB value is (171,193,106). Sum of RGB (Red+Green+Blue) = 171+193+106=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC16A is #543E95. Grayscale: #B0B0B0. Windows color (decimal): -5521046 or 6996395. OLE color: 6996395.

HSL color Cylindrical-coordinate representation of color #ABC16A: hue angle of 75.17º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABC16A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 106 -
CMYK 0.11 0 0.45 0.24
HSL 75.17º 0.41% 0.59% -
HSV(B) 75.17º 0.45% 0.76% -
XYZ 38.47 47.84 20.84 -
YUV 176.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 171 193 106 0.11 0 0.45 0.24 75.17 0.41 0.59
Hex AB C1 6A B 0 2D 18 4B 29 3B
Octal 253 301 152 13 0 55 30 113 51 73
Binary 10101011 11000001 1101010 1011 0 101101 11000 1001011 101001 111011

Color Harmonies of #ABC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC16A

Black with #ABC16A

Text Example


Text Example

White with #ABC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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