Html Css Color HEX #85AB45 Chelsea Cucumber

📋 copy color: '#85AB45'

red 133 ◦ green 171 ◦ blue 69

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

Shades of Chelsea Cucumber #85AB45

Tints of Chelsea Cucumber #85AB45

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 35.66%
G = 45.84%
B = 18.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#85AB45 (or 0x85AB45) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 45. RGB value is (133,171,69). Sum of RGB (Red+Green+Blue) = 133+171+69=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB45 is #7A54BA. Grayscale: #949494. Windows color (decimal): -8017083 or 4565893. OLE color: 4565893.

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

Color convert

RGB 133 171 69 -
CMYK 0.22 0 0.60 0.33
HSL 82.35º 0.43% 0.47% -
HSV(B) 82.35º 0.6% 0.67% -
XYZ 25.31 34.54 10.96 -
YUV 148.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 133 171 69 0.22 0 0.60 0.33 82.35 0.43 0.47
Hex 85 AB 45 16 0 3C 21 52 2A 2F
Octal 205 253 105 26 0 74 41 122 52 57
Binary 10000101 10101011 1000101 10110 0 111100 100001 1010010 101010 101111

Color Harmonies of #85AB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB45

Black with #85AB45

Text Example


Text Example

White with #85AB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,69); }

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

background-color css

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

 a { background-color: rgb(133,171,69); }

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

border-color css

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

 span { border-color: rgb(133,171,69); }

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