Html Css Color HEX #83A048 Chelsea Cucumber

📋 copy color: '#83A048'

red 131 ◦ green 160 ◦ blue 72

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

Shades of Chelsea Cucumber #83A048

Tints of Chelsea Cucumber #83A048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 36.09%
G = 44.08%
B = 19.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#83A048 (or 0x83A048) is known color: Chelsea Cucumber. HEX triplet: 83, A0 and 48. RGB value is (131,160,72). Sum of RGB (Red+Green+Blue) = 131+160+72=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #83A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A048 is #7C5FB7. Grayscale: #8D8D8D. Windows color (decimal): -8150968 or 4759683. OLE color: 4759683.

HSL color Cylindrical-coordinate representation of color #83A048: hue angle of 79.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83A048 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 160 72 -
CMYK 0.18 0 0.55 0.37
HSL 79.77º 0.38% 0.45% -
HSV(B) 79.77º 0.55% 0.63% -
XYZ 23.1 30.43 10.79 -
YUV 141.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 131 160 72 0.18 0 0.55 0.37 79.77 0.38 0.45
Hex 83 A0 48 12 0 37 25 50 26 2D
Octal 203 240 110 22 0 67 45 120 46 55
Binary 10000011 10100000 1001000 10010 0 110111 100101 1010000 100110 101101

Color Harmonies of #83A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A048

Black with #83A048

Text Example


Text Example

White with #83A048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,160,72); }

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

background-color css

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

 a { background-color: rgb(131,160,72); }

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

border-color css

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

 span { border-color: rgb(131,160,72); }

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