Html Css Color HEX #83A85B Chelsea Cucumber

📋 copy color: '#83A85B'

red 131 ◦ green 168 ◦ blue 91

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

Shades of Chelsea Cucumber #83A85B

Tints of Chelsea Cucumber #83A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

 BLUE value IS 91 (35.94% from 255) = 23.33%

R = 33.59%
G = 43.08%
B = 23.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#83A85B (or 0x83A85B) is known color: Chelsea Cucumber. HEX triplet: 83, A8 and 5B. RGB value is (131,168,91). Sum of RGB (Red+Green+Blue) = 131+168+91=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #83A85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A85B is #7C57A4. Grayscale: #949494. Windows color (decimal): -8148901 or 6006915. OLE color: 6006915.

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

Color convert

RGB 131 168 91 -
CMYK 0.22 0 0.46 0.34
HSL 88.83º 0.31% 0.51% -
HSV(B) 88.83º 0.46% 0.66% -
XYZ 25.25 33.59 15.05 -
YUV 148.16 95.74 115.76 -
System Red Green Blue C M Y K H S L
Decimal 131 168 91 0.22 0 0.46 0.34 88.83 0.31 0.51
Hex 83 A8 5B 16 0 2E 22 59 1F 33
Octal 203 250 133 26 0 56 42 131 37 63
Binary 10000011 10101000 1011011 10110 0 101110 100010 1011001 11111 110011

Color Harmonies of #83A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A85B

Black with #83A85B

Text Example


Text Example

White with #83A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,168,91); }

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

background-color css

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

 a { background-color: rgb(131,168,91); }

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

border-color css

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

 span { border-color: rgb(131,168,91); }

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