Html Css Color HEX #85A623 Limerick

📋 copy color: '#85A623'

red 133 ◦ green 166 ◦ blue 35

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

Shades of Limerick #85A623

Tints of Limerick #85A623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.48%

R = 39.82%
G = 49.7%
B = 10.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#85A623 (or 0x85A623) is known color: Limerick. HEX triplet: 85, A6 and 23. RGB value is (133,166,35). Sum of RGB (Red+Green+Blue) = 133+166+35=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #85A623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A623 is #7A59DC. Grayscale: #8D8D8D. Windows color (decimal): -8018397 or 2336389. OLE color: 2336389.

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

Color convert

RGB 133 166 35 -
CMYK 0.20 0 0.79 0.35
HSL 75.11º 0.65% 0.39% -
HSV(B) 75.11º 0.79% 0.65% -
XYZ 23.61 32.38 6.6 -
YUV 141.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 133 166 35 0.20 0 0.79 0.35 75.11 0.65 0.39
Hex 85 A6 23 14 0 4F 23 4B 41 27
Octal 205 246 43 24 0 117 43 113 101 47
Binary 10000101 10100110 100011 10100 0 1001111 100011 1001011 1000001 100111

Color Harmonies of #85A623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A623

Black with #85A623

Text Example


Text Example

White with #85A623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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