Html Css Color HEX #83B350 Chelsea Cucumber

📋 copy color: '#83B350'

red 131 ◦ green 179 ◦ blue 80

#83B350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #83B350

Tints of Chelsea Cucumber #83B350

RGB

 RED value IS 131 (51.56% from 255) = 33.59%

 GREEN value IS 179 (70.31% from 255) = 45.9%

 BLUE value IS 80 (31.64% from 255) = 20.51%

R = 33.59%
G = 45.9%
B = 20.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#83B350 (or 0x83B350) is known color: Chelsea Cucumber. HEX triplet: 83, B3 and 50. RGB value is (131,179,80). Sum of RGB (Red+Green+Blue) = 131+179+80=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #83B350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B350 is #7C4CAF. Grayscale: #999999. Windows color (decimal): -8146096 or 5288835. OLE color: 5288835.

HSL color Cylindrical-coordinate representation of color #83B350: hue angle of 89.09º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83B350 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 179 80 -
CMYK 0.27 0 0.55 0.30
HSL 89.09º 0.39% 0.51% -
HSV(B) 89.09º 0.55% 0.7% -
XYZ 26.93 37.64 13.44 -
YUV 153.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 131 179 80 0.27 0 0.55 0.30 89.09 0.39 0.51
Hex 83 B3 50 1B 0 37 1E 59 27 33
Octal 203 263 120 33 0 67 36 131 47 63
Binary 10000011 10110011 1010000 11011 0 110111 11110 1011001 100111 110011

Color Harmonies of #83B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B350

Black with #83B350

Text Example


Text Example

White with #83B350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,179,80); }

 H1.HeaderClassName
 {
   color: #83B350;
 }
 .AnyTagClassName
 {
   color: #83B350;
 }
</style>

background-color css

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

 a { background-color: rgb(131,179,80); }

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

border-color css

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

 span { border-color: rgb(131,179,80); }

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