Html Css Color HEX #85B33A Limerick

📋 copy color: '#85B33A'

red 133 ◦ green 179 ◦ blue 58

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

Shades of Limerick #85B33A

Tints of Limerick #85B33A

RGB

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

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

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

R = 35.95%
G = 48.38%
B = 15.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#85B33A (or 0x85B33A) is known color: Limerick. HEX triplet: 85, B3 and 3A. RGB value is (133,179,58). Sum of RGB (Red+Green+Blue) = 133+179+58=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #85B33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B33A is #7A4CC5. Grayscale: #979797. Windows color (decimal): -8015046 or 3847045. OLE color: 3847045.

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

Color convert

RGB 133 179 58 -
CMYK 0.26 0 0.68 0.30
HSL 82.81º 0.51% 0.46% -
HSV(B) 82.81º 0.68% 0.7% -
XYZ 26.56 37.53 9.85 -
YUV 151.45 75.26 114.84 -
System Red Green Blue C M Y K H S L
Decimal 133 179 58 0.26 0 0.68 0.30 82.81 0.51 0.46
Hex 85 B3 3A 1A 0 44 1E 53 33 2E
Octal 205 263 72 32 0 104 36 123 63 56
Binary 10000101 10110011 111010 11010 0 1000100 11110 1010011 110011 101110

Color Harmonies of #85B33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B33A

Black with #85B33A

Text Example


Text Example

White with #85B33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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