Html Css Color HEX #84B245 Chelsea Cucumber

📋 copy color: '#84B245'

red 132 ◦ green 178 ◦ blue 69

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

Shades of Chelsea Cucumber #84B245

Tints of Chelsea Cucumber #84B245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 34.83%
G = 46.97%
B = 18.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#84B245 (or 0x84B245) is known color: Chelsea Cucumber. HEX triplet: 84, B2 and 45. RGB value is (132,178,69). Sum of RGB (Red+Green+Blue) = 132+178+69=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #84B245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B245 is #7B4DBA. Grayscale: #989898. Windows color (decimal): -8080827 or 4567684. OLE color: 4567684.

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

Color convert

RGB 132 178 69 -
CMYK 0.26 0 0.61 0.30
HSL 85.32º 0.44% 0.48% -
HSV(B) 85.32º 0.61% 0.7% -
XYZ 26.51 37.18 11.41 -
YUV 151.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 132 178 69 0.26 0 0.61 0.30 85.32 0.44 0.48
Hex 84 B2 45 1A 0 3D 1E 55 2C 30
Octal 204 262 105 32 0 75 36 125 54 60
Binary 10000100 10110010 1000101 11010 0 111101 11110 1010101 101100 110000

Color Harmonies of #84B245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B245

Black with #84B245

Text Example


Text Example

White with #84B245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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