Html Css Color HEX #85B309 Lima

📋 copy color: '#85B309'

red 133 ◦ green 179 ◦ blue 9

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

Shades of Lima #85B309

Tints of Lima #85B309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.76%

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 41.43%
G = 55.76%
B = 2.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#85B309 (or 0x85B309) is known color: Lima. HEX triplet: 85, B3 and 09. RGB value is (133,179,9). Sum of RGB (Red+Green+Blue) = 133+179+9=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #85B309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B309 is #7A4CF6. Grayscale: #929292. Windows color (decimal): -8015095 or 635781. OLE color: 635781.

HSL color Cylindrical-coordinate representation of color #85B309: hue angle of 76.24º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85B309 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 9 -
CMYK 0.26 0 0.95 0.30
HSL 76.24º 0.9% 0.37% -
HSV(B) 76.24º 0.95% 0.7% -
XYZ 25.84 37.25 6.09 -
YUV 145.87 50.76 118.82 -
System Red Green Blue C M Y K H S L
Decimal 133 179 9 0.26 0 0.95 0.30 76.24 0.9 0.37
Hex 85 B3 9 1A 0 5F 1E 4C 5A 25
Octal 205 263 11 32 0 137 36 114 132 45
Binary 10000101 10110011 1001 11010 0 1011111 11110 1001100 1011010 100101

Color Harmonies of #85B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B309

Black with #85B309

Text Example


Text Example

White with #85B309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,9); }

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

background-color css

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

 a { background-color: rgb(133,179,9); }

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

border-color css

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

 span { border-color: rgb(133,179,9); }

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