Html Css Color HEX #85B22C Limerick

📋 copy color: '#85B22C'

red 133 ◦ green 178 ◦ blue 44

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

Shades of Limerick #85B22C

Tints of Limerick #85B22C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.14%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 37.46%
G = 50.14%
B = 12.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#85B22C (or 0x85B22C) is known color: Limerick. HEX triplet: 85, B2 and 2C. RGB value is (133,178,44). Sum of RGB (Red+Green+Blue) = 133+178+44=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #85B22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B22C is #7A4DD3. Grayscale: #959595. Windows color (decimal): -8015316 or 2929285. OLE color: 2929285.

HSL color Cylindrical-coordinate representation of color #85B22C: hue angle of 80.15º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85B22C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 178 44 -
CMYK 0.25 0 0.75 0.30
HSL 80.15º 0.6% 0.44% -
HSV(B) 80.15º 0.75% 0.7% -
XYZ 26.05 37.01 8.15 -
YUV 149.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 133 178 44 0.25 0 0.75 0.30 80.15 0.6 0.44
Hex 85 B2 2C 19 0 4B 1E 50 3C 2C
Octal 205 262 54 31 0 113 36 120 74 54
Binary 10000101 10110010 101100 11001 0 1001011 11110 1010000 111100 101100

Color Harmonies of #85B22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B22C

Black with #85B22C

Text Example


Text Example

White with #85B22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,178,44); }

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

background-color css

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

 a { background-color: rgb(133,178,44); }

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

border-color css

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

 span { border-color: rgb(133,178,44); }

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