Html Css Color HEX #85BC0D Lima

📋 copy color: '#85BC0D'

red 133 ◦ green 188 ◦ blue 13

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

Shades of Lima #85BC0D

Tints of Lima #85BC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.29%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 39.82%
G = 56.29%
B = 3.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#85BC0D (or 0x85BC0D) is known color: Lima. HEX triplet: 85, BC and 0D. RGB value is (133,188,13). Sum of RGB (Red+Green+Blue) = 133+188+13=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC0D is #7A43F2. Grayscale: #989898. Windows color (decimal): -8012787 or 900229. OLE color: 900229.

HSL color Cylindrical-coordinate representation of color #85BC0D: hue angle of 78.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85BC0D is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 13 -
CMYK 0.29 0 0.93 0.26
HSL 78.86º 0.87% 0.39% -
HSV(B) 78.86º 0.93% 0.74% -
XYZ 27.73 40.98 6.83 -
YUV 151.61 49.78 114.73 -
System Red Green Blue C M Y K H S L
Decimal 133 188 13 0.29 0 0.93 0.26 78.86 0.87 0.39
Hex 85 BC D 1D 0 5D 1A 4F 57 27
Octal 205 274 15 35 0 135 32 117 127 47
Binary 10000101 10111100 1101 11101 0 1011101 11010 1001111 1010111 100111

Color Harmonies of #85BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC0D

Black with #85BC0D

Text Example


Text Example

White with #85BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,13); }

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

background-color css

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

 a { background-color: rgb(133,188,13); }

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

border-color css

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

 span { border-color: rgb(133,188,13); }

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