Html Css Color HEX #85B33F Limerick

📋 copy color: '#85B33F'

red 133 ◦ green 179 ◦ blue 63

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

Shades of Limerick #85B33F

Tints of Limerick #85B33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

 BLUE value IS 63 (25% from 255) = 16.8%

R = 35.47%
G = 47.73%
B = 16.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#85B33F (or 0x85B33F) is known color: Limerick. HEX triplet: 85, B3 and 3F. RGB value is (133,179,63). Sum of RGB (Red+Green+Blue) = 133+179+63=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #85B33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B33F is #7A4CC0. Grayscale: #989898. Windows color (decimal): -8015041 or 4174725. OLE color: 4174725.

HSL color Cylindrical-coordinate representation of color #85B33F: hue angle of 83.79º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85B33F is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 63 -
CMYK 0.26 0 0.65 0.30
HSL 83.79º 0.48% 0.47% -
HSV(B) 83.79º 0.65% 0.7% -
XYZ 26.69 37.59 10.55 -
YUV 152.02 77.76 114.43 -
System Red Green Blue C M Y K H S L
Decimal 133 179 63 0.26 0 0.65 0.30 83.79 0.48 0.47
Hex 85 B3 3F 1A 0 41 1E 54 30 2F
Octal 205 263 77 32 0 101 36 124 60 57
Binary 10000101 10110011 111111 11010 0 1000001 11110 1010100 110000 101111

Color Harmonies of #85B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B33F

Black with #85B33F

Text Example


Text Example

White with #85B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,63); }

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

background-color css

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

 a { background-color: rgb(133,179,63); }

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

border-color css

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

 span { border-color: rgb(133,179,63); }

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