Html Css Color HEX #85AB47 Chelsea Cucumber

📋 copy color: '#85AB47'

red 133 ◦ green 171 ◦ blue 71

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

Shades of Chelsea Cucumber #85AB47

Tints of Chelsea Cucumber #85AB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 35.47%
G = 45.6%
B = 18.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#85AB47 (or 0x85AB47) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 47. RGB value is (133,171,71). Sum of RGB (Red+Green+Blue) = 133+171+71=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB47 is #7A54B8. Grayscale: #949494. Windows color (decimal): -8017081 or 4696965. OLE color: 4696965.

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

Color convert

RGB 133 171 71 -
CMYK 0.22 0 0.58 0.33
HSL 82.8º 0.41% 0.47% -
HSV(B) 82.8º 0.58% 0.67% -
XYZ 25.37 34.57 11.3 -
YUV 148.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 133 171 71 0.22 0 0.58 0.33 82.8 0.41 0.47
Hex 85 AB 47 16 0 3A 21 53 29 2F
Octal 205 253 107 26 0 72 41 123 51 57
Binary 10000101 10101011 1000111 10110 0 111010 100001 1010011 101001 101111

Color Harmonies of #85AB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB47

Black with #85AB47

Text Example


Text Example

White with #85AB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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