#83A84B

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

Shades of Chelsea Cucumber #83A84B

Tints of Chelsea Cucumber #83A84B

Color information

#83A84B (or 0x83A84B) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A8 and 4B. RGB value is (131,168,75). Sum of RGB (Red+Green+Blue) = 131+168+75=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #83A84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A84B is #7C57B4. Grayscale: #929292. Windows color (decimal): -8148917 or 4958339. OLE color: 4958339.

HSL color Cylindrical-coordinate representation of color #83A84B: hue angle of 83.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83A84B is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB13116875-
CMYK0.2200.550.34
HSL83.87º38.27%47.65%-
HSV(B)83.87º55.36%65.88%-
XYZ24.6333.3411.79-
YUV146.3487.74117.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 168 (66.02% from 255) = 44.92%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=35.03%
G=44.92%
B=20.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131168750.2200.550.3483.8738.2747.65
Hex83A84B1603722542630
Octal20325011326067421244660
Binary100000111010100010010111011001101111000101010100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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