Html Css Color HEX #85A252 Chelsea Cucumber

📋 copy color: '#85A252'

red 133 ◦ green 162 ◦ blue 82

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

Shades of Chelsea Cucumber #85A252

Tints of Chelsea Cucumber #85A252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 35.28%
G = 42.97%
B = 21.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#85A252 (or 0x85A252) is known color: Chelsea Cucumber. HEX triplet: 85, A2 and 52. RGB value is (133,162,82). Sum of RGB (Red+Green+Blue) = 133+162+82=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #85A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A252 is #7A5DAD. Grayscale: #909090. Windows color (decimal): -8019374 or 5415557. OLE color: 5415557.

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

Color convert

RGB 133 162 82 -
CMYK 0.18 0 0.49 0.36
HSL 81.75º 0.33% 0.48% -
HSV(B) 81.75º 0.49% 0.64% -
XYZ 24.12 31.44 12.78 -
YUV 144.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 133 162 82 0.18 0 0.49 0.36 81.75 0.33 0.48
Hex 85 A2 52 12 0 31 24 52 21 30
Octal 205 242 122 22 0 61 44 122 41 60
Binary 10000101 10100010 1010010 10010 0 110001 100100 1010010 100001 110000

Color Harmonies of #85A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A252

Black with #85A252

Text Example


Text Example

White with #85A252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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