Html Css Color HEX #85BD26 Limerick

📋 copy color: '#85BD26'

red 133 ◦ green 189 ◦ blue 38

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

Shades of Limerick #85BD26

Tints of Limerick #85BD26

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.5%

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 36.94%
G = 52.5%
B = 10.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#85BD26 (or 0x85BD26) is known color: Limerick. HEX triplet: 85, BD and 26. RGB value is (133,189,38). Sum of RGB (Red+Green+Blue) = 133+189+38=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD26 is #7A42D9. Grayscale: #9B9B9B. Windows color (decimal): -8012506 or 2538885. OLE color: 2538885.

HSL color Cylindrical-coordinate representation of color #85BD26: hue angle of 82.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85BD26 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 189 38 -
CMYK 0.30 0 0.80 0.26
HSL 82.25º 0.67% 0.45% -
HSV(B) 82.25º 0.8% 0.74% -
XYZ 28.22 41.52 8.36 -
YUV 155.04 61.95 112.28 -
System Red Green Blue C M Y K H S L
Decimal 133 189 38 0.30 0 0.80 0.26 82.25 0.67 0.45
Hex 85 BD 26 1E 0 50 1A 52 43 2D
Octal 205 275 46 36 0 120 32 122 103 55
Binary 10000101 10111101 100110 11110 0 1010000 11010 1010010 1000011 101101

Color Harmonies of #85BD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD26

Black with #85BD26

Text Example


Text Example

White with #85BD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,38); }

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

background-color css

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

 a { background-color: rgb(133,189,38); }

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

border-color css

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

 span { border-color: rgb(133,189,38); }

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