Html Css Color HEX #84B046 Chelsea Cucumber

📋 copy color: '#84B046'

red 132 ◦ green 176 ◦ blue 70

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

Shades of Chelsea Cucumber #84B046

Tints of Chelsea Cucumber #84B046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.56%

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 34.92%
G = 46.56%
B = 18.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#84B046 (or 0x84B046) is known color: Chelsea Cucumber. HEX triplet: 84, B0 and 46. RGB value is (132,176,70). Sum of RGB (Red+Green+Blue) = 132+176+70=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #84B046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B046 is #7B4FB9. Grayscale: #979797. Windows color (decimal): -8081338 or 4632708. OLE color: 4632708.

HSL color Cylindrical-coordinate representation of color #84B046: hue angle of 84.91º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84B046 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 176 70 -
CMYK 0.25 0 0.60 0.31
HSL 84.91º 0.43% 0.48% -
HSV(B) 84.91º 0.6% 0.69% -
XYZ 26.15 36.4 11.44 -
YUV 150.76 82.42 114.62 -
System Red Green Blue C M Y K H S L
Decimal 132 176 70 0.25 0 0.60 0.31 84.91 0.43 0.48
Hex 84 B0 46 19 0 3C 1F 55 2B 30
Octal 204 260 106 31 0 74 37 125 53 60
Binary 10000100 10110000 1000110 11001 0 111100 11111 1010101 101011 110000

Color Harmonies of #84B046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B046

Black with #84B046

Text Example


Text Example

White with #84B046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,176,70); }

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

background-color css

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

 a { background-color: rgb(132,176,70); }

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

border-color css

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

 span { border-color: rgb(132,176,70); }

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