Html Css Color HEX #ABC073 Caper

📋 copy color: '#ABC073'

red 171 ◦ green 192 ◦ blue 115

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

Shades of Caper #ABC073

Tints of Caper #ABC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.06%

R = 35.77%
G = 40.17%
B = 24.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#ABC073 (or 0xABC073) is known color: Caper. HEX triplet: AB, C0 and 73. RGB value is (171,192,115). Sum of RGB (Red+Green+Blue) = 171+192+115=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC073 is #543F8C. Grayscale: #B1B1B1. Windows color (decimal): -5521293 or 7585963. OLE color: 7585963.

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

Color convert

RGB 171 192 115 -
CMYK 0.11 0 0.40 0.25
HSL 76.36º 0.38% 0.6% -
HSV(B) 76.36º 0.4% 0.75% -
XYZ 38.74 47.6 23.36 -
YUV 176.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 171 192 115 0.11 0 0.40 0.25 76.36 0.38 0.6
Hex AB C0 73 B 0 28 19 4C 26 3C
Octal 253 300 163 13 0 50 31 114 46 74
Binary 10101011 11000000 1110011 1011 0 101000 11001 1001100 100110 111100

Color Harmonies of #ABC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC073

Black with #ABC073

Text Example


Text Example

White with #ABC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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