Html Css Color HEX #83A260 Chelsea Cucumber

📋 copy color: '#83A260'

red 131 ◦ green 162 ◦ blue 96

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

Shades of Chelsea Cucumber #83A260

Tints of Chelsea Cucumber #83A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.65%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 33.68%
G = 41.65%
B = 24.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#83A260 (or 0x83A260) is known color: Chelsea Cucumber. HEX triplet: 83, A2 and 60. RGB value is (131,162,96). Sum of RGB (Red+Green+Blue) = 131+162+96=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #83A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A260 is #7C5D9F. Grayscale: #919191. Windows color (decimal): -8150432 or 6333059. OLE color: 6333059.

HSL color Cylindrical-coordinate representation of color #83A260: hue angle of 88.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83A260 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 96 -
CMYK 0.19 0 0.41 0.36
HSL 88.18º 0.26% 0.51% -
HSV(B) 88.18º 0.41% 0.64% -
XYZ 24.39 31.51 15.86 -
YUV 145.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 131 162 96 0.19 0 0.41 0.36 88.18 0.26 0.51
Hex 83 A2 60 13 0 29 24 58 1A 33
Octal 203 242 140 23 0 51 44 130 32 63
Binary 10000011 10100010 1100000 10011 0 101001 100100 1011000 11010 110011

Color Harmonies of #83A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A260

Black with #83A260

Text Example


Text Example

White with #83A260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,162,96); }

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

background-color css

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

 a { background-color: rgb(131,162,96); }

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

border-color css

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

 span { border-color: rgb(131,162,96); }

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