Html Css Color HEX #85BC32 Limerick

📋 copy color: '#85BC32'

red 133 ◦ green 188 ◦ blue 50

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

Shades of Limerick #85BC32

Tints of Limerick #85BC32

RGB

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

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

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

R = 35.85%
G = 50.67%
B = 13.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#85BC32 (or 0x85BC32) is known color: Limerick. HEX triplet: 85, BC and 32. RGB value is (133,188,50). Sum of RGB (Red+Green+Blue) = 133+188+50=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC32 is #7A43CD. Grayscale: #9C9C9C. Windows color (decimal): -8012750 or 3325061. OLE color: 3325061.

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

Color convert

RGB 133 188 50 -
CMYK 0.29 0 0.73 0.26
HSL 83.91º 0.58% 0.47% -
HSV(B) 83.91º 0.73% 0.74% -
XYZ 28.23 41.18 9.48 -
YUV 155.82 68.28 111.72 -
System Red Green Blue C M Y K H S L
Decimal 133 188 50 0.29 0 0.73 0.26 83.91 0.58 0.47
Hex 85 BC 32 1D 0 49 1A 54 3A 2F
Octal 205 274 62 35 0 111 32 124 72 57
Binary 10000101 10111100 110010 11101 0 1001001 11010 1010100 111010 101111

Color Harmonies of #85BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC32

Black with #85BC32

Text Example


Text Example

White with #85BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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