Html Css Color HEX #ABC278 Caper

📋 copy color: '#ABC278'

red 171 ◦ green 194 ◦ blue 120

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

Shades of Caper #ABC278

Tints of Caper #ABC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 35.26%
G = 40%
B = 24.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#ABC278 (or 0xABC278) is known color: Caper. HEX triplet: AB, C2 and 78. RGB value is (171,194,120). Sum of RGB (Red+Green+Blue) = 171+194+120=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC278 is #543D87. Grayscale: #B2B2B2. Windows color (decimal): -5520776 or 7914155. OLE color: 7914155.

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

Color convert

RGB 171 194 120 -
CMYK 0.12 0 0.38 0.24
HSL 78.65º 0.38% 0.62% -
HSV(B) 78.65º 0.38% 0.76% -
XYZ 39.48 48.6 25.07 -
YUV 178.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 171 194 120 0.12 0 0.38 0.24 78.65 0.38 0.62
Hex AB C2 78 C 0 26 18 4F 26 3E
Octal 253 302 170 14 0 46 30 117 46 76
Binary 10101011 11000010 1111000 1100 0 100110 11000 1001111 100110 111110

Color Harmonies of #ABC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC278

Black with #ABC278

Text Example


Text Example

White with #ABC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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