Html Css Color HEX #83A960 Chelsea Cucumber

📋 copy color: '#83A960'

red 131 ◦ green 169 ◦ blue 96

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

Shades of Chelsea Cucumber #83A960

Tints of Chelsea Cucumber #83A960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.68%

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

R = 33.08%
G = 42.68%
B = 24.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#83A960 (or 0x83A960) is known color: Chelsea Cucumber. HEX triplet: 83, A9 and 60. RGB value is (131,169,96). Sum of RGB (Red+Green+Blue) = 131+169+96=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #83A960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A960 is #7C569F. Grayscale: #959595. Windows color (decimal): -8148640 or 6334851. OLE color: 6334851.

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

Color convert

RGB 131 169 96 -
CMYK 0.22 0 0.43 0.34
HSL 91.23º 0.3% 0.52% -
HSV(B) 91.23º 0.43% 0.66% -
XYZ 25.66 34.05 16.29 -
YUV 149.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 131 169 96 0.22 0 0.43 0.34 91.23 0.3 0.52
Hex 83 A9 60 16 0 2B 22 5B 1E 34
Octal 203 251 140 26 0 53 42 133 36 64
Binary 10000011 10101001 1100000 10110 0 101011 100010 1011011 11110 110100

Color Harmonies of #83A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A960

Black with #83A960

Text Example


Text Example

White with #83A960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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