Html Css Color HEX #84B249 Chelsea Cucumber

📋 copy color: '#84B249'

red 132 ◦ green 178 ◦ blue 73

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

Shades of Chelsea Cucumber #84B249

Tints of Chelsea Cucumber #84B249

RGB

 RED value IS 132 (51.95% from 255) = 34.46%

 GREEN value IS 178 (69.92% from 255) = 46.48%

 BLUE value IS 73 (28.91% from 255) = 19.06%

R = 34.46%
G = 46.48%
B = 19.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#84B249 (or 0x84B249) is known color: Chelsea Cucumber. HEX triplet: 84, B2 and 49. RGB value is (132,178,73). Sum of RGB (Red+Green+Blue) = 132+178+73=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #84B249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B249 is #7B4DB6. Grayscale: #989898. Windows color (decimal): -8080823 or 4829828. OLE color: 4829828.

HSL color Cylindrical-coordinate representation of color #84B249: hue angle of 86.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84B249 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 178 73 -
CMYK 0.26 0 0.59 0.30
HSL 86.29º 0.42% 0.49% -
HSV(B) 86.29º 0.59% 0.7% -
XYZ 26.64 37.23 12.08 -
YUV 152.28 83.26 113.54 -
System Red Green Blue C M Y K H S L
Decimal 132 178 73 0.26 0 0.59 0.30 86.29 0.42 0.49
Hex 84 B2 49 1A 0 3B 1E 56 2A 31
Octal 204 262 111 32 0 73 36 126 52 61
Binary 10000100 10110010 1001001 11010 0 111011 11110 1010110 101010 110001

Color Harmonies of #84B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B249

Black with #84B249

Text Example


Text Example

White with #84B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B249; }

 p { color: rgb(132,178,73); }

 H1.HeaderClassName
 {
   color: #84B249;
 }
 .AnyTagClassName
 {
   color: #84B249;
 }
</style>

background-color css

<style>
 a { background-color: #84B249; }

 a { background-color: rgb(132,178,73); }

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

border-color css

<style>
 span { border-color: #84B249; }

 span { border-color: rgb(132,178,73); }

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