#83AA52

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

Shades of Chelsea Cucumber #83AA52

Tints of Chelsea Cucumber #83AA52

Color information

#83AA52 (or 0x83AA52) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, AA and 52. RGB value is (131,170,82). Sum of RGB (Red+Green+Blue) = 131+170+82=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA52 is #7C55AD. Grayscale: #949494. Windows color (decimal): -8148398 or 5417603. OLE color: 5417603.

HSL color Cylindrical-coordinate representation of color #83AA52: hue angle of 86.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83AA52 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB13117082-
CMYK0.2300.520.33
HSL86.59º34.92%49.41%-
HSV(B)86.59º51.76%66.67%-
XYZ25.2634.1813.25-
YUV148.3190.58115.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=34.20%
G=44.39%
B=21.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131170820.2300.520.3386.5934.9249.41
Hex83AA521703421572331
Octal20325212227064411274361
Binary100000111010101010100101011101101001000011010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,170,82); }

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

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

 a { background-color: rgb(131,170,82); }

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

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

 span { border-color: rgb(131,170,82); }

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