Html Css Color HEX #ABC572 Caper

📋 copy color: '#ABC572'

red 171 ◦ green 197 ◦ blue 114

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

Shades of Caper #ABC572

Tints of Caper #ABC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

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

R = 35.48%
G = 40.87%
B = 23.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#ABC572 (or 0xABC572) is known color: Caper. HEX triplet: AB, C5 and 72. RGB value is (171,197,114). Sum of RGB (Red+Green+Blue) = 171+197+114=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC572 is #543A8D. Grayscale: #B4B4B4. Windows color (decimal): -5520014 or 7521707. OLE color: 7521707.

HSL color Cylindrical-coordinate representation of color #ABC572: hue angle of 78.8º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABC572 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 114 -
CMYK 0.13 0 0.42 0.23
HSL 78.8º 0.42% 0.61% -
HSV(B) 78.8º 0.42% 0.77% -
XYZ 39.8 49.81 23.44 -
YUV 179.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 171 197 114 0.13 0 0.42 0.23 78.8 0.42 0.61
Hex AB C5 72 D 0 2A 17 4F 2A 3D
Octal 253 305 162 15 0 52 27 117 52 75
Binary 10101011 11000101 1110010 1101 0 101010 10111 1001111 101010 111101

Color Harmonies of #ABC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC572

Black with #ABC572

Text Example


Text Example

White with #ABC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC572; }

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

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

background-color css

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

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

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

border-color css

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

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

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