Html Css Color HEX #85B706 Citrus

📋 copy color: '#85B706'

red 133 ◦ green 183 ◦ blue 6

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

Shades of Citrus #85B706

Tints of Citrus #85B706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.83%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 41.3%
G = 56.83%
B = 1.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#85B706 (or 0x85B706) is known color: Citrus. HEX triplet: 85, B7 and 06. RGB value is (133,183,6). Sum of RGB (Red+Green+Blue) = 133+183+6=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #85B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B706 is #7A48F9. Grayscale: #949494. Windows color (decimal): -8014074 or 440197. OLE color: 440197.

HSL color Cylindrical-coordinate representation of color #85B706: hue angle of 76.95º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85B706 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 183 6 -
CMYK 0.27 0 0.97 0.28
HSL 76.95º 0.94% 0.37% -
HSV(B) 76.95º 0.97% 0.72% -
XYZ 26.64 38.87 6.27 -
YUV 147.87 47.94 117.39 -
System Red Green Blue C M Y K H S L
Decimal 133 183 6 0.27 0 0.97 0.28 76.95 0.94 0.37
Hex 85 B7 6 1B 0 61 1C 4D 5E 25
Octal 205 267 6 33 0 141 34 115 136 45
Binary 10000101 10110111 110 11011 0 1100001 11100 1001101 1011110 100101

Color Harmonies of #85B706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B706

Black with #85B706

Text Example


Text Example

White with #85B706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,183,6); }

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

background-color css

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

 a { background-color: rgb(133,183,6); }

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

border-color css

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

 span { border-color: rgb(133,183,6); }

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