Html Css Color HEX #ABC272 Caper

📋 copy color: '#ABC272'

red 171 ◦ green 194 ◦ blue 114

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

Shades of Caper #ABC272

Tints of Caper #ABC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.5%

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

R = 35.7%
G = 40.5%
B = 23.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#ABC272 (or 0xABC272) is known color: Caper. HEX triplet: AB, C2 and 72. RGB value is (171,194,114). Sum of RGB (Red+Green+Blue) = 171+194+114=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC272 is #543D8D. Grayscale: #B2B2B2. Windows color (decimal): -5520782 or 7520939. OLE color: 7520939.

HSL color Cylindrical-coordinate representation of color #ABC272: hue angle of 77.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC272 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 114 -
CMYK 0.12 0 0.41 0.24
HSL 77.25º 0.4% 0.6% -
HSV(B) 77.25º 0.41% 0.76% -
XYZ 39.12 48.46 23.21 -
YUV 178 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 171 194 114 0.12 0 0.41 0.24 77.25 0.4 0.6
Hex AB C2 72 C 0 29 18 4D 28 3C
Octal 253 302 162 14 0 51 30 115 50 74
Binary 10101011 11000010 1110010 1100 0 101001 11000 1001101 101000 111100

Color Harmonies of #ABC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC272

Black with #ABC272

Text Example


Text Example

White with #ABC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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