Html Css Color HEX #ABC072 Caper

📋 copy color: '#ABC072'

red 171 ◦ green 192 ◦ blue 114

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

Shades of Caper #ABC072

Tints of Caper #ABC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 35.85%
G = 40.25%
B = 23.9%

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

#ABC072 (or 0xABC072) is known color: Caper. HEX triplet: AB, C0 and 72. RGB value is (171,192,114). Sum of RGB (Red+Green+Blue) = 171+192+114=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC072 is #543F8D. Grayscale: #B1B1B1. Windows color (decimal): -5521294 or 7520427. OLE color: 7520427.

HSL color Cylindrical-coordinate representation of color #ABC072: hue angle of 76.15º degrees, saturation: 0.38, 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 #ABC072 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 114 -
CMYK 0.11 0 0.41 0.25
HSL 76.15º 0.38% 0.6% -
HSV(B) 76.15º 0.41% 0.75% -
XYZ 38.68 47.57 23.06 -
YUV 176.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 171 192 114 0.11 0 0.41 0.25 76.15 0.38 0.6
Hex AB C0 72 B 0 29 19 4C 26 3C
Octal 253 300 162 13 0 51 31 114 46 74
Binary 10101011 11000000 1110010 1011 0 101001 11001 1001100 100110 111100

Color Harmonies of #ABC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC072

Black with #ABC072

Text Example


Text Example

White with #ABC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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