#84B94B

Color #84B94B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #84B94B

Tints of Chelsea Cucumber #84B94B

Color information

#84B94B (or 0x84B94B) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B9 and 4B. RGB value is (132,185,75). Sum of RGB (Red+Green+Blue) = 132+185+75=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #84B94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B94B is #7B46B4. Grayscale: #9D9D9D. Windows color (decimal): -8079029 or 4962692. OLE color: 4962692.

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

Color convert

RGB13218575-
CMYK0.2900.590.27
HSL88.91º44%50.98%-
HSV(B)88.91º59.46%72.55%-
XYZ28.1340.1112.92-
YUV156.6181.94110.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 185 (72.66% from 255) = 47.19%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=33.67%
G=47.19%
B=19.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132185750.2900.590.2788.914450.98
Hex84B94B1D03B1B592c33
Octal20427111335073331315463
Binary10000100101110011001011111010111011110111011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,185,75); }

 H1.HeaderClassName
 {
   color: #84B94B;
 }
 .AnyTagClassName
 {
   color: #84B94B;
 }
</style>
background-color css

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

 a { background-color: rgb(132,185,75); }

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

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

 span { border-color: rgb(132,185,75); }

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