Html Css Color HEX #85BA45 Chelsea Cucumber

📋 copy color: '#85BA45'

red 133 ◦ green 186 ◦ blue 69

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

Shades of Chelsea Cucumber #85BA45

Tints of Chelsea Cucumber #85BA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.94%

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

R = 34.28%
G = 47.94%
B = 17.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#85BA45 (or 0x85BA45) is known color: Chelsea Cucumber. HEX triplet: 85, BA and 45. RGB value is (133,186,69). Sum of RGB (Red+Green+Blue) = 133+186+69=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA45 is #7A45BA. Grayscale: #9D9D9D. Windows color (decimal): -8013243 or 4569733. OLE color: 4569733.

HSL color Cylindrical-coordinate representation of color #85BA45: hue angle of 87.18º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85BA45 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 69 -
CMYK 0.28 0 0.63 0.27
HSL 87.18º 0.46% 0.5% -
HSV(B) 87.18º 0.63% 0.73% -
XYZ 28.31 40.53 11.96 -
YUV 156.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 133 186 69 0.28 0 0.63 0.27 87.18 0.46 0.5
Hex 85 BA 45 1C 0 3F 1B 57 2E 32
Octal 205 272 105 34 0 77 33 127 56 62
Binary 10000101 10111010 1000101 11100 0 111111 11011 1010111 101110 110010

Color Harmonies of #85BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA45

Black with #85BA45

Text Example


Text Example

White with #85BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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