Html Css Color HEX #859C1E Citron

📋 copy color: '#859C1E'

red 133 ◦ green 156 ◦ blue 30

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

Shades of Citron #859C1E

Tints of Citron #859C1E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.9%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 41.69%
G = 48.9%
B = 9.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#859C1E (or 0x859C1E) is known color: Citron. HEX triplet: 85, 9C and 1E. RGB value is (133,156,30). Sum of RGB (Red+Green+Blue) = 133+156+30=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #859C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859C1E is #7A63E1. Grayscale: #878787. Windows color (decimal): -8020962 or 2006149. OLE color: 2006149.

HSL color Cylindrical-coordinate representation of color #859C1E: hue angle of 70.95º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #859C1E is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 156 30 -
CMYK 0.15 0 0.81 0.39
HSL 70.95º 0.68% 0.36% -
HSV(B) 70.95º 0.81% 0.61% -
XYZ 21.8 28.86 5.65 -
YUV 134.76 68.88 126.75 -
System Red Green Blue C M Y K H S L
Decimal 133 156 30 0.15 0 0.81 0.39 70.95 0.68 0.36
Hex 85 9C 1E F 0 51 27 47 44 24
Octal 205 234 36 17 0 121 47 107 104 44
Binary 10000101 10011100 11110 1111 0 1010001 100111 1000111 1000100 100100

Color Harmonies of #859C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C1E

Black with #859C1E

Text Example


Text Example

White with #859C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,156,30); }

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

background-color css

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

 a { background-color: rgb(133,156,30); }

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

border-color css

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

 span { border-color: rgb(133,156,30); }

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