Html Css Color HEX #ABC071 Caper

📋 copy color: '#ABC071'

red 171 ◦ green 192 ◦ blue 113

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

Shades of Caper #ABC071

Tints of Caper #ABC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.34%

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

R = 35.92%
G = 40.34%
B = 23.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#ABC071 (or 0xABC071) is known color: Caper. HEX triplet: AB, C0 and 71. RGB value is (171,192,113). Sum of RGB (Red+Green+Blue) = 171+192+113=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC071 is #543F8E. Grayscale: #B1B1B1. Windows color (decimal): -5521295 or 7454891. OLE color: 7454891.

HSL color Cylindrical-coordinate representation of color #ABC071: hue angle of 75.95º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC071 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 113 -
CMYK 0.11 0 0.41 0.25
HSL 75.95º 0.39% 0.6% -
HSV(B) 75.95º 0.41% 0.75% -
XYZ 38.62 47.55 22.77 -
YUV 176.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 171 192 113 0.11 0 0.41 0.25 75.95 0.39 0.6
Hex AB C0 71 B 0 29 19 4C 27 3C
Octal 253 300 161 13 0 51 31 114 47 74
Binary 10101011 11000000 1110001 1011 0 101001 11001 1001100 100111 111100

Color Harmonies of #ABC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC071

Black with #ABC071

Text Example


Text Example

White with #ABC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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