Html Css Color HEX #85A24A Chelsea Cucumber

📋 copy color: '#85A24A'

red 133 ◦ green 162 ◦ blue 74

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

Shades of Chelsea Cucumber #85A24A

Tints of Chelsea Cucumber #85A24A

RGB

 RED value IS 133 (52.34% from 255) = 36.04%

 GREEN value IS 162 (63.67% from 255) = 43.9%

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 36.04%
G = 43.9%
B = 20.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#85A24A (or 0x85A24A) is known color: Chelsea Cucumber. HEX triplet: 85, A2 and 4A. RGB value is (133,162,74). Sum of RGB (Red+Green+Blue) = 133+162+74=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #85A24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A24A is #7A5DB5. Grayscale: #8F8F8F. Windows color (decimal): -8019382 or 4891269. OLE color: 4891269.

HSL color Cylindrical-coordinate representation of color #85A24A: hue angle of 79.77º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85A24A is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 74 -
CMYK 0.18 0 0.54 0.36
HSL 79.77º 0.37% 0.46% -
HSV(B) 79.77º 0.54% 0.64% -
XYZ 23.83 31.32 11.27 -
YUV 143.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 133 162 74 0.18 0 0.54 0.36 79.77 0.37 0.46
Hex 85 A2 4A 12 0 36 24 50 25 2E
Octal 205 242 112 22 0 66 44 120 45 56
Binary 10000101 10100010 1001010 10010 0 110110 100100 1010000 100101 101110

Color Harmonies of #85A24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A24A

Black with #85A24A

Text Example


Text Example

White with #85A24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A24A; }

 p { color: rgb(133,162,74); }

 H1.HeaderClassName
 {
   color: #85A24A;
 }
 .AnyTagClassName
 {
   color: #85A24A;
 }
</style>

background-color css

<style>
 a { background-color: #85A24A; }

 a { background-color: rgb(133,162,74); }

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

border-color css

<style>
 span { border-color: #85A24A; }

 span { border-color: rgb(133,162,74); }

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