Html Css Color HEX #ABCF71 Caper

📋 copy color: '#ABCF71'

red 171 ◦ green 207 ◦ blue 113

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

Shades of Caper #ABCF71

Tints of Caper #ABCF71

RGB

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

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

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

R = 34.83%
G = 42.16%
B = 23.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#ABCF71 (or 0xABCF71) is known color: Caper. HEX triplet: AB, CF and 71. RGB value is (171,207,113). Sum of RGB (Red+Green+Blue) = 171+207+113=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF71 is #54308E. Grayscale: #B9B9B9. Windows color (decimal): -5517455 or 7458731. OLE color: 7458731.

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

Color convert

RGB 171 207 113 -
CMYK 0.17 0 0.45 0.19
HSL 82.98º 0.49% 0.63% -
HSV(B) 82.98º 0.45% 0.81% -
XYZ 42.09 54.48 23.92 -
YUV 185.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 171 207 113 0.17 0 0.45 0.19 82.98 0.49 0.63
Hex AB CF 71 11 0 2D 13 53 31 3F
Octal 253 317 161 21 0 55 23 123 61 77
Binary 10101011 11001111 1110001 10001 0 101101 10011 1010011 110001 111111

Color Harmonies of #ABCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF71

Black with #ABCF71

Text Example


Text Example

White with #ABCF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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