Html Css Color HEX #ABC470 Caper

📋 copy color: '#ABC470'

red 171 ◦ green 196 ◦ blue 112

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

Shades of Caper #ABC470

Tints of Caper #ABC470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 35.7%
G = 40.92%
B = 23.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#ABC470 (or 0xABC470) is known color: Caper. HEX triplet: AB, C4 and 70. RGB value is (171,196,112). Sum of RGB (Red+Green+Blue) = 171+196+112=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC470 is #543B8F. Grayscale: #B3B3B3. Windows color (decimal): -5520272 or 7390379. OLE color: 7390379.

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

Color convert

RGB 171 196 112 -
CMYK 0.13 0 0.43 0.23
HSL 77.86º 0.42% 0.6% -
HSV(B) 77.86º 0.43% 0.77% -
XYZ 39.46 49.31 22.77 -
YUV 178.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 171 196 112 0.13 0 0.43 0.23 77.86 0.42 0.6
Hex AB C4 70 D 0 2B 17 4E 2A 3C
Octal 253 304 160 15 0 53 27 116 52 74
Binary 10101011 11000100 1110000 1101 0 101011 10111 1001110 101010 111100

Color Harmonies of #ABC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC470

Black with #ABC470

Text Example


Text Example

White with #ABC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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