Html Css Color HEX #85BC2D Limerick

📋 copy color: '#85BC2D'

red 133 ◦ green 188 ◦ blue 45

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

Shades of Limerick #85BC2D

Tints of Limerick #85BC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.37%

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 36.34%
G = 51.37%
B = 12.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#85BC2D (or 0x85BC2D) is known color: Limerick. HEX triplet: 85, BC and 2D. RGB value is (133,188,45). Sum of RGB (Red+Green+Blue) = 133+188+45=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC2D is #7A43D2. Grayscale: #9B9B9B. Windows color (decimal): -8012755 or 2997381. OLE color: 2997381.

HSL color Cylindrical-coordinate representation of color #85BC2D: hue angle of 83.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85BC2D is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 45 -
CMYK 0.29 0 0.76 0.26
HSL 83.08º 0.61% 0.46% -
HSV(B) 83.08º 0.76% 0.74% -
XYZ 28.13 41.14 8.94 -
YUV 155.25 65.78 112.13 -
System Red Green Blue C M Y K H S L
Decimal 133 188 45 0.29 0 0.76 0.26 83.08 0.61 0.46
Hex 85 BC 2D 1D 0 4C 1A 53 3D 2E
Octal 205 274 55 35 0 114 32 123 75 56
Binary 10000101 10111100 101101 11101 0 1001100 11010 1010011 111101 101110

Color Harmonies of #85BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC2D

Black with #85BC2D

Text Example


Text Example

White with #85BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,45); }

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

background-color css

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

 a { background-color: rgb(133,188,45); }

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

border-color css

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

 span { border-color: rgb(133,188,45); }

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