Html Css Color HEX #84985B Chelsea Cucumber

📋 copy color: '#84985B'

red 132 ◦ green 152 ◦ blue 91

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

Shades of Chelsea Cucumber #84985B

Tints of Chelsea Cucumber #84985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 35.2%
G = 40.53%
B = 24.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#84985B (or 0x84985B) is known color: Chelsea Cucumber. HEX triplet: 84, 98 and 5B. RGB value is (132,152,91). Sum of RGB (Red+Green+Blue) = 132+152+91=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #84985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84985B is #7B67A4. Grayscale: #8B8B8B. Windows color (decimal): -8087461 or 6002820. OLE color: 6002820.

HSL color Cylindrical-coordinate representation of color #84985B: hue angle of 79.67º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84985B is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 91 -
CMYK 0.13 0 0.40 0.40
HSL 79.67º 0.25% 0.48% -
HSV(B) 79.67º 0.4% 0.6% -
XYZ 22.63 28.12 14.13 -
YUV 139.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 132 152 91 0.13 0 0.40 0.40 79.67 0.25 0.48
Hex 84 98 5B D 0 28 28 50 19 30
Octal 204 230 133 15 0 50 50 120 31 60
Binary 10000100 10011000 1011011 1101 0 101000 101000 1010000 11001 110000

Color Harmonies of #84985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84985B

Black with #84985B

Text Example


Text Example

White with #84985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84985B; }

 p { color: rgb(132,152,91); }

 H1.HeaderClassName
 {
   color: #84985B;
 }
 .AnyTagClassName
 {
   color: #84985B;
 }
</style>

background-color css

<style>
 a { background-color: #84985B; }

 a { background-color: rgb(132,152,91); }

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

border-color css

<style>
 span { border-color: #84985B; }

 span { border-color: rgb(132,152,91); }

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