Html Css Color HEX #85BC35 Limerick

📋 copy color: '#85BC35'

red 133 ◦ green 188 ◦ blue 53

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

Shades of Limerick #85BC35

Tints of Limerick #85BC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.17%

R = 35.56%
G = 50.27%
B = 14.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#85BC35 (or 0x85BC35) is known color: Limerick. HEX triplet: 85, BC and 35. RGB value is (133,188,53). Sum of RGB (Red+Green+Blue) = 133+188+53=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC35 is #7A43CA. Grayscale: #9C9C9C. Windows color (decimal): -8012747 or 3521669. OLE color: 3521669.

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

Color convert

RGB 133 188 53 -
CMYK 0.29 0 0.72 0.26
HSL 84.44º 0.56% 0.47% -
HSV(B) 84.44º 0.72% 0.74% -
XYZ 28.3 41.21 9.83 -
YUV 156.17 69.78 111.48 -
System Red Green Blue C M Y K H S L
Decimal 133 188 53 0.29 0 0.72 0.26 84.44 0.56 0.47
Hex 85 BC 35 1D 0 48 1A 54 38 2F
Octal 205 274 65 35 0 110 32 124 70 57
Binary 10000101 10111100 110101 11101 0 1001000 11010 1010100 111000 101111

Color Harmonies of #85BC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC35

Black with #85BC35

Text Example


Text Example

White with #85BC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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