Html Css Color HEX #84BA42 Chelsea Cucumber

📋 copy color: '#84BA42'

red 132 ◦ green 186 ◦ blue 66

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

Shades of Chelsea Cucumber #84BA42

Tints of Chelsea Cucumber #84BA42

RGB

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

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

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

R = 34.38%
G = 48.44%
B = 17.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#84BA42 (or 0x84BA42) is known color: Chelsea Cucumber. HEX triplet: 84, BA and 42. RGB value is (132,186,66). Sum of RGB (Red+Green+Blue) = 132+186+66=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA42 is #7B45BD. Grayscale: #9C9C9C. Windows color (decimal): -8078782 or 4373124. OLE color: 4373124.

HSL color Cylindrical-coordinate representation of color #84BA42: hue angle of 87º 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 #84BA42 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 66 -
CMYK 0.29 0 0.65 0.27
HSL 87º 0.48% 0.49% -
HSV(B) 87º 0.65% 0.73% -
XYZ 28.06 40.42 11.48 -
YUV 156.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 132 186 66 0.29 0 0.65 0.27 87 0.48 0.49
Hex 84 BA 42 1D 0 41 1B 57 30 31
Octal 204 272 102 35 0 101 33 127 60 61
Binary 10000100 10111010 1000010 11101 0 1000001 11011 1010111 110000 110001

Color Harmonies of #84BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA42

Black with #84BA42

Text Example


Text Example

White with #84BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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