#83B14B

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

Shades of Chelsea Cucumber #83B14B

Tints of Chelsea Cucumber #83B14B

Color information

#83B14B (or 0x83B14B) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, B1 and 4B. RGB value is (131,177,75). Sum of RGB (Red+Green+Blue) = 131+177+75=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #83B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83B14B is #7C4EB4. Grayscale: #979797. Windows color (decimal): -8146613 or 4960643. OLE color: 4960643.

HSL color Cylindrical-coordinate representation of color #83B14B: hue angle of 87.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83B14B is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB13117775-
CMYK0.2600.580.31
HSL87.06º40.48%49.41%-
HSV(B)87.06º57.63%69.41%-
XYZ26.3536.7812.37-
YUV151.6284.76113.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=34.20%
G=46.21%
B=19.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131177750.2600.580.3187.0640.4849.41
Hex83B14B1A03A1F572831
Octal20326111332072371275061
Binary10000011101100011001011110100111010111111010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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