Html Css Color HEX #85B32D Limerick

📋 copy color: '#85B32D'

red 133 ◦ green 179 ◦ blue 45

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

Shades of Limerick #85B32D

Tints of Limerick #85B32D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.14%

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

R = 37.25%
G = 50.14%
B = 12.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#85B32D (or 0x85B32D) is known color: Limerick. HEX triplet: 85, B3 and 2D. RGB value is (133,179,45). Sum of RGB (Red+Green+Blue) = 133+179+45=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #85B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B32D is #7A4CD2. Grayscale: #969696. Windows color (decimal): -8015059 or 2995077. OLE color: 2995077.

HSL color Cylindrical-coordinate representation of color #85B32D: hue angle of 80.6º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85B32D is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 45 -
CMYK 0.26 0 0.75 0.30
HSL 80.6º 0.6% 0.44% -
HSV(B) 80.6º 0.75% 0.7% -
XYZ 26.27 37.42 8.32 -
YUV 149.97 68.76 115.9 -
System Red Green Blue C M Y K H S L
Decimal 133 179 45 0.26 0 0.75 0.30 80.6 0.6 0.44
Hex 85 B3 2D 1A 0 4B 1E 51 3C 2C
Octal 205 263 55 32 0 113 36 121 74 54
Binary 10000101 10110011 101101 11010 0 1001011 11110 1010001 111100 101100

Color Harmonies of #85B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B32D

Black with #85B32D

Text Example


Text Example

White with #85B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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