Html Css Color HEX #85B61C Lima

📋 copy color: '#85B61C'

red 133 ◦ green 182 ◦ blue 28

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

Shades of Lima #85B61C

Tints of Lima #85B61C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.06%

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 38.78%
G = 53.06%
B = 8.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#85B61C (or 0x85B61C) is known color: Lima. HEX triplet: 85, B6 and 1C. RGB value is (133,182,28). Sum of RGB (Red+Green+Blue) = 133+182+28=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 182 (71.48% from 255 or 53.06% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 182 - color contains mainly: green. Hex color #85B61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B61C is #7A49E3. Grayscale: #969696. Windows color (decimal): -8014308 or 1881733. OLE color: 1881733.

HSL color Cylindrical-coordinate representation of color #85B61C: hue angle of 79.09º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85B61C is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 28 -
CMYK 0.27 0 0.85 0.29
HSL 79.09º 0.73% 0.41% -
HSV(B) 79.09º 0.85% 0.71% -
XYZ 26.61 38.53 7.13 -
YUV 149.79 59.27 116.02 -
System Red Green Blue C M Y K H S L
Decimal 133 182 28 0.27 0 0.85 0.29 79.09 0.73 0.41
Hex 85 B6 1C 1B 0 55 1D 4F 49 29
Octal 205 266 34 33 0 125 35 117 111 51
Binary 10000101 10110110 11100 11011 0 1010101 11101 1001111 1001001 101001

Color Harmonies of #85B61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B61C

Black with #85B61C

Text Example


Text Example

White with #85B61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,182,28); }

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

background-color css

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

 a { background-color: rgb(133,182,28); }

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

border-color css

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

 span { border-color: rgb(133,182,28); }

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