Html Css Color HEX #85B42B Limerick

📋 copy color: '#85B42B'

red 133 ◦ green 180 ◦ blue 43

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

Shades of Limerick #85B42B

Tints of Limerick #85B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 37.36%
G = 50.56%
B = 12.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#85B42B (or 0x85B42B) is known color: Limerick. HEX triplet: 85, B4 and 2B. RGB value is (133,180,43). Sum of RGB (Red+Green+Blue) = 133+180+43=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #85B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B42B is #7A4BD4. Grayscale: #969696. Windows color (decimal): -8014805 or 2864261. OLE color: 2864261.

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

Color convert

RGB 133 180 43 -
CMYK 0.26 0 0.76 0.29
HSL 80.58º 0.61% 0.44% -
HSV(B) 80.58º 0.76% 0.71% -
XYZ 26.43 37.8 8.19 -
YUV 150.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 133 180 43 0.26 0 0.76 0.29 80.58 0.61 0.44
Hex 85 B4 2B 1A 0 4C 1D 51 3D 2C
Octal 205 264 53 32 0 114 35 121 75 54
Binary 10000101 10110100 101011 11010 0 1001100 11101 1010001 111101 101100

Color Harmonies of #85B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B42B

Black with #85B42B

Text Example


Text Example

White with #85B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,180,43); }

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

background-color css

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

 a { background-color: rgb(133,180,43); }

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

border-color css

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

 span { border-color: rgb(133,180,43); }

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