Html Css Color HEX #ABC271 Caper

📋 copy color: '#ABC271'

red 171 ◦ green 194 ◦ blue 113

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

Shades of Caper #ABC271

Tints of Caper #ABC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.59%

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 35.77%
G = 40.59%
B = 23.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#ABC271 (or 0xABC271) is known color: Caper. HEX triplet: AB, C2 and 71. RGB value is (171,194,113). Sum of RGB (Red+Green+Blue) = 171+194+113=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC271 is #543D8E. Grayscale: #B2B2B2. Windows color (decimal): -5520783 or 7455403. OLE color: 7455403.

HSL color Cylindrical-coordinate representation of color #ABC271: hue angle of 77.04º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABC271 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 113 -
CMYK 0.12 0 0.42 0.24
HSL 77.04º 0.4% 0.6% -
HSV(B) 77.04º 0.42% 0.76% -
XYZ 39.07 48.43 22.91 -
YUV 177.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 171 194 113 0.12 0 0.42 0.24 77.04 0.4 0.6
Hex AB C2 71 C 0 2A 18 4D 28 3C
Octal 253 302 161 14 0 52 30 115 50 74
Binary 10101011 11000010 1110001 1100 0 101010 11000 1001101 101000 111100

Color Harmonies of #ABC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC271

Black with #ABC271

Text Example


Text Example

White with #ABC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC271; }

 p { color: rgb(171,194,113); }

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

background-color css

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

 a { background-color: rgb(171,194,113); }

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

border-color css

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

 span { border-color: rgb(171,194,113); }

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