Html Css Color HEX #ABC972 Caper

📋 copy color: '#ABC972'

red 171 ◦ green 201 ◦ blue 114

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

Shades of Caper #ABC972

Tints of Caper #ABC972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

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

R = 35.19%
G = 41.36%
B = 23.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#ABC972 (or 0xABC972) is known color: Caper. HEX triplet: AB, C9 and 72. RGB value is (171,201,114). Sum of RGB (Red+Green+Blue) = 171+201+114=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC972 is #54368D. Grayscale: #B6B6B6. Windows color (decimal): -5518990 or 7522731. OLE color: 7522731.

HSL color Cylindrical-coordinate representation of color #ABC972: hue angle of 80.69º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABC972 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 114 -
CMYK 0.15 0 0.43 0.21
HSL 80.69º 0.45% 0.62% -
HSV(B) 80.69º 0.43% 0.79% -
XYZ 40.72 51.65 23.74 -
YUV 182.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 171 201 114 0.15 0 0.43 0.21 80.69 0.45 0.62
Hex AB C9 72 F 0 2B 15 51 2D 3E
Octal 253 311 162 17 0 53 25 121 55 76
Binary 10101011 11001001 1110010 1111 0 101011 10101 1010001 101101 111110

Color Harmonies of #ABC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC972

Black with #ABC972

Text Example


Text Example

White with #ABC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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