#84B24B

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

Shades of Chelsea Cucumber #84B24B

Tints of Chelsea Cucumber #84B24B

Color information

#84B24B (or 0x84B24B) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B2 and 4B. RGB value is (132,178,75). Sum of RGB (Red+Green+Blue) = 132+178+75=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #84B24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B24B is #7B4DB4. Grayscale: #989898. Windows color (decimal): -8080821 or 4960900. OLE color: 4960900.

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

Color convert

RGB13217875-
CMYK0.2600.580.30
HSL86.8º40.71%49.61%-
HSV(B)86.8º57.87%69.8%-
XYZ26.7137.2512.44-
YUV152.584.26113.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=34.29%
G=46.23%
B=19.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132178750.2600.580.3086.840.7149.61
Hex84B24B1A03A1E572932
Octal20426211332072361275162
Binary10000100101100101001011110100111010111101010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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