Html Css Color HEX #859F0D Citron

📋 copy color: '#859F0D'

red 133 ◦ green 159 ◦ blue 13

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

Shades of Citron #859F0D

Tints of Citron #859F0D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.13%

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

R = 43.61%
G = 52.13%
B = 4.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#859F0D (or 0x859F0D) is known color: Citron. HEX triplet: 85, 9F and 0D. RGB value is (133,159,13). Sum of RGB (Red+Green+Blue) = 133+159+13=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #859F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859F0D is #7A60F2. Grayscale: #878787. Windows color (decimal): -8020211 or 892805. OLE color: 892805.

HSL color Cylindrical-coordinate representation of color #859F0D: hue angle of 70.68º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #859F0D is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 159 13 -
CMYK 0.16 0 0.92 0.38
HSL 70.68º 0.85% 0.34% -
HSV(B) 70.68º 0.92% 0.62% -
XYZ 22.14 29.81 4.97 -
YUV 134.58 59.39 126.87 -
System Red Green Blue C M Y K H S L
Decimal 133 159 13 0.16 0 0.92 0.38 70.68 0.85 0.34
Hex 85 9F D 10 0 5C 26 47 55 22
Octal 205 237 15 20 0 134 46 107 125 42
Binary 10000101 10011111 1101 10000 0 1011100 100110 1000111 1010101 100010

Color Harmonies of #859F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F0D

Black with #859F0D

Text Example


Text Example

White with #859F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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