Html Css Color HEX #ABC770 Caper

📋 copy color: '#ABC770'

red 171 ◦ green 199 ◦ blue 112

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

Shades of Caper #ABC770

Tints of Caper #ABC770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

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

R = 35.48%
G = 41.29%
B = 23.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#ABC770 (or 0xABC770) is known color: Caper. HEX triplet: AB, C7 and 70. RGB value is (171,199,112). Sum of RGB (Red+Green+Blue) = 171+199+112=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC770 is #54388F. Grayscale: #B5B5B5. Windows color (decimal): -5519504 or 7391147. OLE color: 7391147.

HSL color Cylindrical-coordinate representation of color #ABC770: hue angle of 79.31º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABC770 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 112 -
CMYK 0.14 0 0.44 0.22
HSL 79.31º 0.44% 0.61% -
HSV(B) 79.31º 0.44% 0.78% -
XYZ 40.14 50.67 22.99 -
YUV 180.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 171 199 112 0.14 0 0.44 0.22 79.31 0.44 0.61
Hex AB C7 70 E 0 2C 16 4F 2C 3D
Octal 253 307 160 16 0 54 26 117 54 75
Binary 10101011 11000111 1110000 1110 0 101100 10110 1001111 101100 111101

Color Harmonies of #ABC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC770

Black with #ABC770

Text Example


Text Example

White with #ABC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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