Html Css Color HEX #85BA3B Limerick

📋 copy color: '#85BA3B'

red 133 ◦ green 186 ◦ blue 59

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

Shades of Limerick #85BA3B

Tints of Limerick #85BA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.61%

R = 35.19%
G = 49.21%
B = 15.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#85BA3B (or 0x85BA3B) is known color: Limerick. HEX triplet: 85, BA and 3B. RGB value is (133,186,59). Sum of RGB (Red+Green+Blue) = 133+186+59=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA3B is #7A45C4. Grayscale: #9C9C9C. Windows color (decimal): -8013253 or 3914373. OLE color: 3914373.

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

Color convert

RGB 133 186 59 -
CMYK 0.28 0 0.68 0.27
HSL 85.04º 0.52% 0.48% -
HSV(B) 85.04º 0.68% 0.73% -
XYZ 28.02 40.42 10.46 -
YUV 155.68 73.44 111.83 -
System Red Green Blue C M Y K H S L
Decimal 133 186 59 0.28 0 0.68 0.27 85.04 0.52 0.48
Hex 85 BA 3B 1C 0 44 1B 55 34 30
Octal 205 272 73 34 0 104 33 125 64 60
Binary 10000101 10111010 111011 11100 0 1000100 11011 1010101 110100 110000

Color Harmonies of #85BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA3B

Black with #85BA3B

Text Example


Text Example

White with #85BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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