Html Css Color HEX #85A71B Limerick

📋 copy color: '#85A71B'

red 133 ◦ green 167 ◦ blue 27

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

Shades of Limerick #85A71B

Tints of Limerick #85A71B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.07%

 BLUE value IS 27 (10.94% from 255) = 8.26%

R = 40.67%
G = 51.07%
B = 8.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#85A71B (or 0x85A71B) is known color: Limerick. HEX triplet: 85, A7 and 1B. RGB value is (133,167,27). Sum of RGB (Red+Green+Blue) = 133+167+27=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 167 (65.62% from 255 or 51.07% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 167 - color contains mainly: green. Hex color #85A71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A71B is #7A58E4. Grayscale: #8D8D8D. Windows color (decimal): -8018149 or 1812357. OLE color: 1812357.

HSL color Cylindrical-coordinate representation of color #85A71B: hue angle of 74.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85A71B is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 167 27 -
CMYK 0.20 0 0.84 0.35
HSL 74.57º 0.72% 0.38% -
HSV(B) 74.57º 0.84% 0.65% -
XYZ 23.69 32.7 6.1 -
YUV 140.87 63.74 122.38 -
System Red Green Blue C M Y K H S L
Decimal 133 167 27 0.20 0 0.84 0.35 74.57 0.72 0.38
Hex 85 A7 1B 14 0 54 23 4B 48 26
Octal 205 247 33 24 0 124 43 113 110 46
Binary 10000101 10100111 11011 10100 0 1010100 100011 1001011 1001000 100110

Color Harmonies of #85A71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A71B

Black with #85A71B

Text Example


Text Example

White with #85A71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,167,27); }

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

background-color css

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

 a { background-color: rgb(133,167,27); }

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

border-color css

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

 span { border-color: rgb(133,167,27); }

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