Html Css Color HEX #85B31C Limerick

📋 copy color: '#85B31C'

red 133 ◦ green 179 ◦ blue 28

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

Shades of Limerick #85B31C

Tints of Limerick #85B31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.24%

R = 39.12%
G = 52.65%
B = 8.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#85B31C (or 0x85B31C) is known color: Limerick. HEX triplet: 85, B3 and 1C. RGB value is (133,179,28). Sum of RGB (Red+Green+Blue) = 133+179+28=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #85B31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B31C is #7A4CE3. Grayscale: #949494. Windows color (decimal): -8015076 or 1880965. OLE color: 1880965.

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

Color convert

RGB 133 179 28 -
CMYK 0.26 0 0.84 0.30
HSL 78.28º 0.73% 0.41% -
HSV(B) 78.28º 0.84% 0.7% -
XYZ 26 37.31 6.93 -
YUV 148.03 60.26 117.28 -
System Red Green Blue C M Y K H S L
Decimal 133 179 28 0.26 0 0.84 0.30 78.28 0.73 0.41
Hex 85 B3 1C 1A 0 54 1E 4E 49 29
Octal 205 263 34 32 0 124 36 116 111 51
Binary 10000101 10110011 11100 11010 0 1010100 11110 1001110 1001001 101001

Color Harmonies of #85B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B31C

Black with #85B31C

Text Example


Text Example

White with #85B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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