Html Css Color HEX #85AA43 Chelsea Cucumber

📋 copy color: '#85AA43'

red 133 ◦ green 170 ◦ blue 67

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

Shades of Chelsea Cucumber #85AA43

Tints of Chelsea Cucumber #85AA43

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.95%

 BLUE value IS 67 (26.56% from 255) = 18.11%

R = 35.95%
G = 45.95%
B = 18.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#85AA43 (or 0x85AA43) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 43. RGB value is (133,170,67). Sum of RGB (Red+Green+Blue) = 133+170+67=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA43 is #7A55BC. Grayscale: #939393. Windows color (decimal): -8017341 or 4434565. OLE color: 4434565.

HSL color Cylindrical-coordinate representation of color #85AA43: hue angle of 81.55º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85AA43 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 67 -
CMYK 0.22 0 0.61 0.33
HSL 81.55º 0.43% 0.46% -
HSV(B) 81.55º 0.61% 0.67% -
XYZ 25.06 34.14 10.58 -
YUV 147.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 133 170 67 0.22 0 0.61 0.33 81.55 0.43 0.46
Hex 85 AA 43 16 0 3D 21 52 2B 2E
Octal 205 252 103 26 0 75 41 122 53 56
Binary 10000101 10101010 1000011 10110 0 111101 100001 1010010 101011 101110

Color Harmonies of #85AA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA43

Black with #85AA43

Text Example


Text Example

White with #85AA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,170,67); }

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

background-color css

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

 a { background-color: rgb(133,170,67); }

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

border-color css

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

 span { border-color: rgb(133,170,67); }

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