Html Css Color HEX #85BA32 Limerick

📋 copy color: '#85BA32'

red 133 ◦ green 186 ◦ blue 50

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

Shades of Limerick #85BA32

Tints of Limerick #85BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.41%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 36.04%
G = 50.41%
B = 13.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#85BA32 (or 0x85BA32) is known color: Limerick. HEX triplet: 85, BA and 32. RGB value is (133,186,50). Sum of RGB (Red+Green+Blue) = 133+186+50=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA32 is #7A45CD. Grayscale: #9B9B9B. Windows color (decimal): -8013262 or 3324549. OLE color: 3324549.

HSL color Cylindrical-coordinate representation of color #85BA32: hue angle of 83.38º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85BA32 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 50 -
CMYK 0.28 0 0.73 0.27
HSL 83.38º 0.58% 0.46% -
HSV(B) 83.38º 0.73% 0.73% -
XYZ 27.81 40.33 9.34 -
YUV 154.65 68.94 112.56 -
System Red Green Blue C M Y K H S L
Decimal 133 186 50 0.28 0 0.73 0.27 83.38 0.58 0.46
Hex 85 BA 32 1C 0 49 1B 53 3A 2E
Octal 205 272 62 34 0 111 33 123 72 56
Binary 10000101 10111010 110010 11100 0 1001001 11011 1010011 111010 101110

Color Harmonies of #85BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA32

Black with #85BA32

Text Example


Text Example

White with #85BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,50); }

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

background-color css

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

 a { background-color: rgb(133,186,50); }

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

border-color css

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

 span { border-color: rgb(133,186,50); }

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