Html Css Color HEX #85A61B Limerick

📋 copy color: '#85A61B'

red 133 ◦ green 166 ◦ blue 27

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

Shades of Limerick #85A61B

Tints of Limerick #85A61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.92%

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

R = 40.8%
G = 50.92%
B = 8.28%

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

#85A61B (or 0x85A61B) is known color: Limerick. HEX triplet: 85, A6 and 1B. RGB value is (133,166,27). Sum of RGB (Red+Green+Blue) = 133+166+27=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #85A61B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A61B is #7A59E4. Grayscale: #8C8C8C. Windows color (decimal): -8018405 or 1812101. OLE color: 1812101.

HSL color Cylindrical-coordinate representation of color #85A61B: hue angle of 74.24º 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 #85A61B is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 166 27 -
CMYK 0.20 0 0.84 0.35
HSL 74.24º 0.72% 0.38% -
HSV(B) 74.24º 0.84% 0.65% -
XYZ 23.51 32.34 6.04 -
YUV 140.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 133 166 27 0.20 0 0.84 0.35 74.24 0.72 0.38
Hex 85 A6 1B 14 0 54 23 4A 48 26
Octal 205 246 33 24 0 124 43 112 110 46
Binary 10000101 10100110 11011 10100 0 1010100 100011 1001010 1001000 100110

Color Harmonies of #85A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A61B

Black with #85A61B

Text Example


Text Example

White with #85A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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