Html Css Color HEX #ABC473 Caper

📋 copy color: '#ABC473'

red 171 ◦ green 196 ◦ blue 115

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

Shades of Caper #ABC473

Tints of Caper #ABC473

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

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

R = 35.48%
G = 40.66%
B = 23.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#ABC473 (or 0xABC473) is known color: Caper. HEX triplet: AB, C4 and 73. RGB value is (171,196,115). Sum of RGB (Red+Green+Blue) = 171+196+115=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC473 is #543B8C. Grayscale: #B3B3B3. Windows color (decimal): -5520269 or 7586987. OLE color: 7586987.

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

Color convert

RGB 171 196 115 -
CMYK 0.13 0 0.41 0.23
HSL 78.52º 0.41% 0.61% -
HSV(B) 78.52º 0.41% 0.77% -
XYZ 39.63 49.38 23.66 -
YUV 179.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 171 196 115 0.13 0 0.41 0.23 78.52 0.41 0.61
Hex AB C4 73 D 0 29 17 4F 29 3D
Octal 253 304 163 15 0 51 27 117 51 75
Binary 10101011 11000100 1110011 1101 0 101001 10111 1001111 101001 111101

Color Harmonies of #ABC473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC473

Black with #ABC473

Text Example


Text Example

White with #ABC473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC473; }

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

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

background-color css

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

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

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

border-color css

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

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

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