Html Css Color HEX #ABC384 Caper

📋 copy color: '#ABC384'

red 171 ◦ green 195 ◦ blue 132

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

Shades of Caper #ABC384

Tints of Caper #ABC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 34.34%
G = 39.16%
B = 26.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#ABC384 (or 0xABC384) is known color: Caper. HEX triplet: AB, C3 and 84. RGB value is (171,195,132). Sum of RGB (Red+Green+Blue) = 171+195+132=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC384 is #543C7B. Grayscale: #B4B4B4. Windows color (decimal): -5520508 or 8700843. OLE color: 8700843.

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

Color convert

RGB 171 195 132 -
CMYK 0.12 0 0.32 0.24
HSL 82.86º 0.34% 0.64% -
HSV(B) 82.86º 0.32% 0.76% -
XYZ 40.47 49.35 29.22 -
YUV 180.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 171 195 132 0.12 0 0.32 0.24 82.86 0.34 0.64
Hex AB C3 84 C 0 20 18 53 22 40
Octal 253 303 204 14 0 40 30 123 42 100
Binary 10101011 11000011 10000100 1100 0 100000 11000 1010011 100010 1000000

Color Harmonies of #ABC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC384

Black with #ABC384

Text Example


Text Example

White with #ABC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC384; }

 p { color: rgb(171,195,132); }

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

background-color css

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

 a { background-color: rgb(171,195,132); }

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

border-color css

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

 span { border-color: rgb(171,195,132); }

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