Html Css Color HEX #ABC872 Caper

📋 copy color: '#ABC872'

red 171 ◦ green 200 ◦ blue 114

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

Shades of Caper #ABC872

Tints of Caper #ABC872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.24%

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

R = 35.26%
G = 41.24%
B = 23.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#ABC872 (or 0xABC872) is known color: Caper. HEX triplet: AB, C8 and 72. RGB value is (171,200,114). Sum of RGB (Red+Green+Blue) = 171+200+114=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC872 is #54378D. Grayscale: #B5B5B5. Windows color (decimal): -5519246 or 7522475. OLE color: 7522475.

HSL color Cylindrical-coordinate representation of color #ABC872: hue angle of 80.23º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABC872 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 114 -
CMYK 0.14 0 0.43 0.22
HSL 80.23º 0.44% 0.62% -
HSV(B) 80.23º 0.43% 0.78% -
XYZ 40.49 51.18 23.66 -
YUV 181.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 171 200 114 0.14 0 0.43 0.22 80.23 0.44 0.62
Hex AB C8 72 E 0 2B 16 50 2C 3E
Octal 253 310 162 16 0 53 26 120 54 76
Binary 10101011 11001000 1110010 1110 0 101011 10110 1010000 101100 111110

Color Harmonies of #ABC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC872

Black with #ABC872

Text Example


Text Example

White with #ABC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC872; }

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

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

background-color css

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

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

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

border-color css

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

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

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