Html Css Color HEX #83BA42 Chelsea Cucumber

📋 copy color: '#83BA42'

red 131 ◦ green 186 ◦ blue 66

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

Shades of Chelsea Cucumber #83BA42

Tints of Chelsea Cucumber #83BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 34.2%
G = 48.56%
B = 17.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#83BA42 (or 0x83BA42) is known color: Chelsea Cucumber. HEX triplet: 83, BA and 42. RGB value is (131,186,66). Sum of RGB (Red+Green+Blue) = 131+186+66=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA42 is #7C45BD. Grayscale: #9C9C9C. Windows color (decimal): -8144318 or 4373123. OLE color: 4373123.

HSL color Cylindrical-coordinate representation of color #83BA42: hue angle of 87.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83BA42 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 66 -
CMYK 0.30 0 0.65 0.27
HSL 87.5º 0.48% 0.49% -
HSV(B) 87.5º 0.65% 0.73% -
XYZ 27.9 40.34 11.47 -
YUV 155.88 77.28 110.26 -
System Red Green Blue C M Y K H S L
Decimal 131 186 66 0.30 0 0.65 0.27 87.5 0.48 0.49
Hex 83 BA 42 1E 0 41 1B 57 30 31
Octal 203 272 102 36 0 101 33 127 60 61
Binary 10000011 10111010 1000010 11110 0 1000001 11011 1010111 110000 110001

Color Harmonies of #83BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA42

Black with #83BA42

Text Example


Text Example

White with #83BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,66); }

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

background-color css

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

 a { background-color: rgb(131,186,66); }

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

border-color css

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

 span { border-color: rgb(131,186,66); }

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