Html Css Color HEX #85B022 Limerick

📋 copy color: '#85B022'

red 133 ◦ green 176 ◦ blue 34

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

Shades of Limerick #85B022

Tints of Limerick #85B022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.31%

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 38.78%
G = 51.31%
B = 9.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#85B022 (or 0x85B022) is known color: Limerick. HEX triplet: 85, B0 and 22. RGB value is (133,176,34). Sum of RGB (Red+Green+Blue) = 133+176+34=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #85B022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B022 is #7A4FDD. Grayscale: #939393. Windows color (decimal): -8015838 or 2273413. OLE color: 2273413.

HSL color Cylindrical-coordinate representation of color #85B022: hue angle of 78.17º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85B022 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 176 34 -
CMYK 0.24 0 0.81 0.31
HSL 78.17º 0.68% 0.41% -
HSV(B) 78.17º 0.81% 0.69% -
XYZ 25.49 36.15 7.15 -
YUV 146.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 133 176 34 0.24 0 0.81 0.31 78.17 0.68 0.41
Hex 85 B0 22 18 0 51 1F 4E 44 29
Octal 205 260 42 30 0 121 37 116 104 51
Binary 10000101 10110000 100010 11000 0 1010001 11111 1001110 1000100 101001

Color Harmonies of #85B022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B022

Black with #85B022

Text Example


Text Example

White with #85B022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,176,34); }

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

background-color css

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

 a { background-color: rgb(133,176,34); }

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

border-color css

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

 span { border-color: rgb(133,176,34); }

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