Html Css Color HEX #85BB12 Lima

📋 copy color: '#85BB12'

red 133 ◦ green 187 ◦ blue 18

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

Shades of Lima #85BB12

Tints of Lima #85BB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.33%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 39.35%
G = 55.33%
B = 5.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#85BB12 (or 0x85BB12) is known color: Lima. HEX triplet: 85, BB and 12. RGB value is (133,187,18). Sum of RGB (Red+Green+Blue) = 133+187+18=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BB12 is #7A44ED. Grayscale: #989898. Windows color (decimal): -8013038 or 1227653. OLE color: 1227653.

HSL color Cylindrical-coordinate representation of color #85BB12: hue angle of 79.17º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85BB12 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 187 18 -
CMYK 0.29 0 0.90 0.27
HSL 79.17º 0.82% 0.4% -
HSV(B) 79.17º 0.9% 0.73% -
XYZ 27.55 40.57 6.95 -
YUV 151.59 52.61 114.74 -
System Red Green Blue C M Y K H S L
Decimal 133 187 18 0.29 0 0.90 0.27 79.17 0.82 0.4
Hex 85 BB 12 1D 0 5A 1B 4F 52 28
Octal 205 273 22 35 0 132 33 117 122 50
Binary 10000101 10111011 10010 11101 0 1011010 11011 1001111 1010010 101000

Color Harmonies of #85BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB12

Black with #85BB12

Text Example


Text Example

White with #85BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,187,18); }

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

background-color css

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

 a { background-color: rgb(133,187,18); }

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

border-color css

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

 span { border-color: rgb(133,187,18); }

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