Html Css Color HEX #83B94A Chelsea Cucumber

📋 copy color: '#83B94A'

red 131 ◦ green 185 ◦ blue 74

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

Shades of Chelsea Cucumber #83B94A

Tints of Chelsea Cucumber #83B94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 33.59%
G = 47.44%
B = 18.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#83B94A (or 0x83B94A) is known color: Chelsea Cucumber. HEX triplet: 83, B9 and 4A. RGB value is (131,185,74). Sum of RGB (Red+Green+Blue) = 131+185+74=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #83B94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B94A is #7C46B5. Grayscale: #9C9C9C. Windows color (decimal): -8144566 or 4897155. OLE color: 4897155.

HSL color Cylindrical-coordinate representation of color #83B94A: hue angle of 89.19º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83B94A is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 185 74 -
CMYK 0.29 0 0.6 0.27
HSL 89.19º 0.44% 0.51% -
HSV(B) 89.19º 0.6% 0.73% -
XYZ 27.95 40.02 12.73 -
YUV 156.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 131 185 74 0.29 0 0.6 0.27 89.19 0.44 0.51
Hex 83 B9 4A 1D 0 3C 1B 59 2C 33
Octal 203 271 112 35 0 74 33 131 54 63
Binary 10000011 10111001 1001010 11101 0 111100 11011 1011001 101100 110011

Color Harmonies of #83B94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B94A

Black with #83B94A

Text Example


Text Example

White with #83B94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,74); }

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

background-color css

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

 a { background-color: rgb(131,185,74); }

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

border-color css

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

 span { border-color: rgb(131,185,74); }

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