Html Css Color HEX #859D0F Citron

📋 copy color: '#859D0F'

red 133 ◦ green 157 ◦ blue 15

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

Shades of Citron #859D0F

Tints of Citron #859D0F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.48%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 43.61%
G = 51.48%
B = 4.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#859D0F (or 0x859D0F) is known color: Citron. HEX triplet: 85, 9D and 0F. RGB value is (133,157,15). Sum of RGB (Red+Green+Blue) = 133+157+15=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #859D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859D0F is #7A62F0. Grayscale: #868686. Windows color (decimal): -8020721 or 1023365. OLE color: 1023365.

HSL color Cylindrical-coordinate representation of color #859D0F: hue angle of 70.14º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #859D0F is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 15 -
CMYK 0.15 0 0.90 0.38
HSL 70.14º 0.83% 0.34% -
HSV(B) 70.14º 0.9% 0.62% -
XYZ 21.82 29.13 4.93 -
YUV 133.64 61.05 127.55 -
System Red Green Blue C M Y K H S L
Decimal 133 157 15 0.15 0 0.90 0.38 70.14 0.83 0.34
Hex 85 9D F F 0 5A 26 46 53 22
Octal 205 235 17 17 0 132 46 106 123 42
Binary 10000101 10011101 1111 1111 0 1011010 100110 1000110 1010011 100010

Color Harmonies of #859D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D0F

Black with #859D0F

Text Example


Text Example

White with #859D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859D0F; }

 p { color: rgb(133,157,15); }

 H1.HeaderClassName
 {
   color: #859D0F;
 }
 .AnyTagClassName
 {
   color: #859D0F;
 }
</style>

background-color css

<style>
 a { background-color: #859D0F; }

 a { background-color: rgb(133,157,15); }

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

border-color css

<style>
 span { border-color: #859D0F; }

 span { border-color: rgb(133,157,15); }

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