Html Css Color HEX #85B690 Bay Leaf

📋 copy color: '#85B690'

red 133 ◦ green 182 ◦ blue 144

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

Shades of Bay Leaf #85B690

Tints of Bay Leaf #85B690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 28.98%
G = 39.65%
B = 31.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#85B690 (or 0x85B690) is known color: Bay Leaf. HEX triplet: 85, B6 and 90. RGB value is (133,182,144). Sum of RGB (Red+Green+Blue) = 133+182+144=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #85B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B690 is #7A496F. Grayscale: #A3A3A3. Windows color (decimal): -8014192 or 9483909. OLE color: 9483909.

HSL color Cylindrical-coordinate representation of color #85B690: hue angle of 133.47º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B690 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 144 -
CMYK 0.27 0 0.21 0.29
HSL 133.47º 0.25% 0.62% -
HSV(B) 133.47º 0.27% 0.71% -
XYZ 31.43 40.46 32.54 -
YUV 163.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 133 182 144 0.27 0 0.21 0.29 133.47 0.25 0.62
Hex 85 B6 90 1B 0 15 1D 85 19 3E
Octal 205 266 220 33 0 25 35 205 31 76
Binary 10000101 10110110 10010000 11011 0 10101 11101 10000101 11001 111110

Color Harmonies of #85B690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B690

Black with #85B690

Text Example


Text Example

White with #85B690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,182,144); }

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

background-color css

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

 a { background-color: rgb(133,182,144); }

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

border-color css

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

 span { border-color: rgb(133,182,144); }

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