Html Css Color HEX #84B05E Chelsea Cucumber

📋 copy color: '#84B05E'

red 132 ◦ green 176 ◦ blue 94

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

Shades of Chelsea Cucumber #84B05E

Tints of Chelsea Cucumber #84B05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 32.84%
G = 43.78%
B = 23.38%

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

#84B05E (or 0x84B05E) is known color: Chelsea Cucumber. HEX triplet: 84, B0 and 5E. RGB value is (132,176,94). Sum of RGB (Red+Green+Blue) = 132+176+94=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #84B05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B05E is #7B4FA1. Grayscale: #999999. Windows color (decimal): -8081314 or 6205572. OLE color: 6205572.

HSL color Cylindrical-coordinate representation of color #84B05E: hue angle of 92.2º 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 #84B05E is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 176 94 -
CMYK 0.25 0 0.47 0.31
HSL 92.2º 0.34% 0.53% -
HSV(B) 92.2º 0.47% 0.69% -
XYZ 27.06 36.76 16.26 -
YUV 153.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 132 176 94 0.25 0 0.47 0.31 92.2 0.34 0.53
Hex 84 B0 5E 19 0 2F 1F 5C 22 35
Octal 204 260 136 31 0 57 37 134 42 65
Binary 10000100 10110000 1011110 11001 0 101111 11111 1011100 100010 110101

Color Harmonies of #84B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B05E

Black with #84B05E

Text Example


Text Example

White with #84B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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