#83AF65

Color #83AF65 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #83AF65

Tints of Chelsea Cucumber #83AF65

Color information

#83AF65 (or 0x83AF65) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, AF and 65. RGB value is (131,175,101). Sum of RGB (Red+Green+Blue) = 131+175+101=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF65 is #7C509A. Grayscale: #999999. Windows color (decimal): -8147099 or 6664067. OLE color: 6664067.

HSL color Cylindrical-coordinate representation of color #83AF65: hue angle of 95.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83AF65 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB131175101-
CMYK0.2500.420.31
HSL95.68º31.62%54.12%-
HSV(B)95.68º42.29%68.63%-
XYZ27.0436.4217.92-
YUV153.4198.42112.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=32.19%
G=43.00%
B=24.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751010.2500.420.3195.6831.6254.12
Hex83AF651902A1F602036
Octal20325714531052371404066
Binary10000011101011111100101110010101010111111100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AF65; }

 p { color: rgb(131,175,101); }

 H1.HeaderClassName
 {
   color: #83AF65;
 }
 .AnyTagClassName
 {
   color: #83AF65;
 }
</style>
background-color css

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

 a { background-color: rgb(131,175,101); }

 div.DivClassName
 {
   background-color: #83AF65;
 }
 .BgClassName
 {
   background-color: #83AF65;
 }
</style>
border-color css

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

 span { border-color: rgb(131,175,101); }

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