Html Css Color HEX #83A962 Chelsea Cucumber

📋 copy color: '#83A962'

red 131 ◦ green 169 ◦ blue 98

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

Shades of Chelsea Cucumber #83A962

Tints of Chelsea Cucumber #83A962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.62%

R = 32.91%
G = 42.46%
B = 24.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#83A962 (or 0x83A962) is known color: Chelsea Cucumber. HEX triplet: 83, A9 and 62. RGB value is (131,169,98). Sum of RGB (Red+Green+Blue) = 131+169+98=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #83A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A962 is #7C569D. Grayscale: #959595. Windows color (decimal): -8148638 or 6465923. OLE color: 6465923.

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

Color convert

RGB 131 169 98 -
CMYK 0.22 0 0.42 0.34
HSL 92.11º 0.29% 0.52% -
HSV(B) 92.11º 0.42% 0.66% -
XYZ 25.75 34.08 16.78 -
YUV 149.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 131 169 98 0.22 0 0.42 0.34 92.11 0.29 0.52
Hex 83 A9 62 16 0 2A 22 5C 1D 34
Octal 203 251 142 26 0 52 42 134 35 64
Binary 10000011 10101001 1100010 10110 0 101010 100010 1011100 11101 110100

Color Harmonies of #83A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A962

Black with #83A962

Text Example


Text Example

White with #83A962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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