Html Css Color HEX #84B05D Chelsea Cucumber

📋 copy color: '#84B05D'

red 132 ◦ green 176 ◦ blue 93

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

Shades of Chelsea Cucumber #84B05D

Tints of Chelsea Cucumber #84B05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 32.92%
G = 43.89%
B = 23.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#84B05D (or 0x84B05D) is known color: Chelsea Cucumber. HEX triplet: 84, B0 and 5D. RGB value is (132,176,93). Sum of RGB (Red+Green+Blue) = 132+176+93=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #84B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B05D is #7B4FA2. Grayscale: #999999. Windows color (decimal): -8081315 or 6140036. OLE color: 6140036.

HSL color Cylindrical-coordinate representation of color #84B05D: hue angle of 91.81º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84B05D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 176 93 -
CMYK 0.25 0 0.47 0.31
HSL 91.81º 0.34% 0.53% -
HSV(B) 91.81º 0.47% 0.69% -
XYZ 27.02 36.75 16.02 -
YUV 153.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 132 176 93 0.25 0 0.47 0.31 91.81 0.34 0.53
Hex 84 B0 5D 19 0 2F 1F 5C 22 35
Octal 204 260 135 31 0 57 37 134 42 65
Binary 10000100 10110000 1011101 11001 0 101111 11111 1011100 100010 110101

Color Harmonies of #84B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B05D

Black with #84B05D

Text Example


Text Example

White with #84B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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