Html Css Color HEX #ABC385 Caper

📋 copy color: '#ABC385'

red 171 ◦ green 195 ◦ blue 133

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

Shades of Caper #ABC385

Tints of Caper #ABC385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 34.27%
G = 39.08%
B = 26.65%

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

#ABC385 (or 0xABC385) is known color: Caper. HEX triplet: AB, C3 and 85. RGB value is (171,195,133). Sum of RGB (Red+Green+Blue) = 171+195+133=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC385 is #543C7A. Grayscale: #B4B4B4. Windows color (decimal): -5520507 or 8766379. OLE color: 8766379.

HSL color Cylindrical-coordinate representation of color #ABC385: hue angle of 83.23º 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 #ABC385 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 133 -
CMYK 0.12 0 0.32 0.24
HSL 83.23º 0.34% 0.64% -
HSV(B) 83.23º 0.32% 0.76% -
XYZ 40.54 49.38 29.59 -
YUV 180.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 171 195 133 0.12 0 0.32 0.24 83.23 0.34 0.64
Hex AB C3 85 C 0 20 18 53 22 40
Octal 253 303 205 14 0 40 30 123 42 100
Binary 10101011 11000011 10000101 1100 0 100000 11000 1010011 100010 1000000

Color Harmonies of #ABC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC385

Black with #ABC385

Text Example


Text Example

White with #ABC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC385; }

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

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

background-color css

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

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

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

border-color css

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

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

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