Html Css Color HEX #83AA52 Chelsea Cucumber

📋 copy color: '#83AA52'

red 131 ◦ green 170 ◦ blue 82

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

Shades of Chelsea Cucumber #83AA52

Tints of Chelsea Cucumber #83AA52

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 34.2%
G = 44.39%
B = 21.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#83AA52 (or 0x83AA52) is known color: Chelsea Cucumber. HEX triplet: 83, AA and 52. RGB value is (131,170,82). Sum of RGB (Red+Green+Blue) = 131+170+82=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA52 is #7C55AD. Grayscale: #949494. Windows color (decimal): -8148398 or 5417603. OLE color: 5417603.

HSL color Cylindrical-coordinate representation of color #83AA52: hue angle of 86.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83AA52 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 82 -
CMYK 0.23 0 0.52 0.33
HSL 86.59º 0.35% 0.49% -
HSV(B) 86.59º 0.52% 0.67% -
XYZ 25.26 34.18 13.25 -
YUV 148.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 131 170 82 0.23 0 0.52 0.33 86.59 0.35 0.49
Hex 83 AA 52 17 0 34 21 57 23 31
Octal 203 252 122 27 0 64 41 127 43 61
Binary 10000011 10101010 1010010 10111 0 110100 100001 1010111 100011 110001

Color Harmonies of #83AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA52

Black with #83AA52

Text Example


Text Example

White with #83AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,82); }

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

background-color css

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

 a { background-color: rgb(131,170,82); }

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

border-color css

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

 span { border-color: rgb(131,170,82); }

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