Html Css Color HEX #85BA0A Lima

📋 copy color: '#85BA0A'

red 133 ◦ green 186 ◦ blue 10

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

Shades of Lima #85BA0A

Tints of Lima #85BA0A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.53%

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 40.43%
G = 56.53%
B = 3.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#85BA0A (or 0x85BA0A) is known color: Lima. HEX triplet: 85, BA and 0A. RGB value is (133,186,10). Sum of RGB (Red+Green+Blue) = 133+186+10=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA0A is #7A45F5. Grayscale: #969696. Windows color (decimal): -8013302 or 703109. OLE color: 703109.

HSL color Cylindrical-coordinate representation of color #85BA0A: hue angle of 78.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85BA0A is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 10 -
CMYK 0.28 0 0.95 0.27
HSL 78.07º 0.9% 0.38% -
HSV(B) 78.07º 0.95% 0.73% -
XYZ 27.29 40.13 6.59 -
YUV 150.09 48.94 115.81 -
System Red Green Blue C M Y K H S L
Decimal 133 186 10 0.28 0 0.95 0.27 78.07 0.9 0.38
Hex 85 BA A 1C 0 5F 1B 4E 5A 26
Octal 205 272 12 34 0 137 33 116 132 46
Binary 10000101 10111010 1010 11100 0 1011111 11011 1001110 1011010 100110

Color Harmonies of #85BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA0A

Black with #85BA0A

Text Example


Text Example

White with #85BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,10); }

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

background-color css

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

 a { background-color: rgb(133,186,10); }

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

border-color css

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

 span { border-color: rgb(133,186,10); }

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