Html Css Color HEX #ABC275 Caper

📋 copy color: '#ABC275'

red 171 ◦ green 194 ◦ blue 117

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

Shades of Caper #ABC275

Tints of Caper #ABC275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 35.48%
G = 40.25%
B = 24.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#ABC275 (or 0xABC275) is known color: Caper. HEX triplet: AB, C2 and 75. RGB value is (171,194,117). Sum of RGB (Red+Green+Blue) = 171+194+117=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC275 is #543D8A. Grayscale: #B2B2B2. Windows color (decimal): -5520779 or 7717547. OLE color: 7717547.

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

Color convert

RGB 171 194 117 -
CMYK 0.12 0 0.40 0.24
HSL 77.92º 0.39% 0.61% -
HSV(B) 77.92º 0.4% 0.76% -
XYZ 39.3 48.53 24.12 -
YUV 178.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 171 194 117 0.12 0 0.40 0.24 77.92 0.39 0.61
Hex AB C2 75 C 0 28 18 4E 27 3D
Octal 253 302 165 14 0 50 30 116 47 75
Binary 10101011 11000010 1110101 1100 0 101000 11000 1001110 100111 111101

Color Harmonies of #ABC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC275

Black with #ABC275

Text Example


Text Example

White with #ABC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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