Html Css Color HEX #85B93A Limerick

📋 copy color: '#85B93A'

red 133 ◦ green 185 ◦ blue 58

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

Shades of Limerick #85B93A

Tints of Limerick #85B93A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 35.37%
G = 49.2%
B = 15.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#85B93A (or 0x85B93A) is known color: Limerick. HEX triplet: 85, B9 and 3A. RGB value is (133,185,58). Sum of RGB (Red+Green+Blue) = 133+185+58=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #85B93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B93A is #7A46C5. Grayscale: #9B9B9B. Windows color (decimal): -8013510 or 3848581. OLE color: 3848581.

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

Color convert

RGB 133 185 58 -
CMYK 0.28 0 0.69 0.27
HSL 84.57º 0.52% 0.48% -
HSV(B) 84.57º 0.69% 0.73% -
XYZ 27.79 39.99 10.26 -
YUV 154.97 73.27 112.33 -
System Red Green Blue C M Y K H S L
Decimal 133 185 58 0.28 0 0.69 0.27 84.57 0.52 0.48
Hex 85 B9 3A 1C 0 45 1B 55 34 30
Octal 205 271 72 34 0 105 33 125 64 60
Binary 10000101 10111001 111010 11100 0 1000101 11011 1010101 110100 110000

Color Harmonies of #85B93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B93A

Black with #85B93A

Text Example


Text Example

White with #85B93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,58); }

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

background-color css

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

 a { background-color: rgb(133,185,58); }

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

border-color css

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

 span { border-color: rgb(133,185,58); }

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