#83A54B

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

Shades of Chelsea Cucumber #83A54B

Tints of Chelsea Cucumber #83A54B

Color information

#83A54B (or 0x83A54B) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A5 and 4B. RGB value is (131,165,75). Sum of RGB (Red+Green+Blue) = 131+165+75=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #83A54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A54B is #7C5AB4. Grayscale: #909090. Windows color (decimal): -8149685 or 4957571. OLE color: 4957571.

HSL color Cylindrical-coordinate representation of color #83A54B: hue angle of 82.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83A54B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB13116575-
CMYK0.2100.550.35
HSL82.67º37.5%47.06%-
HSV(B)82.67º54.55%64.71%-
XYZ24.0932.2411.61-
YUV144.5788.74118.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=35.31%
G=44.47%
B=20.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131165750.2100.550.3582.6737.547.06
Hex83A54B150372353262f
Octal20324511325067431234657
Binary100000111010010110010111010101101111000111010011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,165,75); }

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

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

 a { background-color: rgb(131,165,75); }

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

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

 span { border-color: rgb(131,165,75); }

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