Html Css Color HEX #85B492 Bay Leaf

📋 copy color: '#85B492'

red 133 ◦ green 180 ◦ blue 146

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

Shades of Bay Leaf #85B492

Tints of Bay Leaf #85B492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.22%

 BLUE value IS 146 (57.42% from 255) = 31.81%

R = 28.98%
G = 39.22%
B = 31.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#85B492 (or 0x85B492) is known color: Bay Leaf. HEX triplet: 85, B4 and 92. RGB value is (133,180,146). Sum of RGB (Red+Green+Blue) = 133+180+146=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #85B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B492 is #7A4B6D. Grayscale: #A2A2A2. Windows color (decimal): -8014702 or 9614469. OLE color: 9614469.

HSL color Cylindrical-coordinate representation of color #85B492: hue angle of 136.6º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B492 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 146 -
CMYK 0.26 0 0.19 0.29
HSL 136.6º 0.24% 0.61% -
HSV(B) 136.6º 0.26% 0.71% -
XYZ 31.18 39.7 33.21 -
YUV 162.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 133 180 146 0.26 0 0.19 0.29 136.6 0.24 0.61
Hex 85 B4 92 1A 0 13 1D 89 18 3D
Octal 205 264 222 32 0 23 35 211 30 75
Binary 10000101 10110100 10010010 11010 0 10011 11101 10001001 11000 111101

Color Harmonies of #85B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B492

Black with #85B492

Text Example


Text Example

White with #85B492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,180,146); }

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

background-color css

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

 a { background-color: rgb(133,180,146); }

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

border-color css

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

 span { border-color: rgb(133,180,146); }

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