Html Css Color HEX #859D1C Citron

📋 copy color: '#859D1C'

red 133 ◦ green 157 ◦ blue 28

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

Shades of Citron #859D1C

Tints of Citron #859D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 41.82%
G = 49.37%
B = 8.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#859D1C (or 0x859D1C) is known color: Citron. HEX triplet: 85, 9D and 1C. RGB value is (133,157,28). Sum of RGB (Red+Green+Blue) = 133+157+28=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #859D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D1C is #7A62E3. Grayscale: #878787. Windows color (decimal): -8020708 or 1875333. OLE color: 1875333.

HSL color Cylindrical-coordinate representation of color #859D1C: hue angle of 71.16º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #859D1C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 28 -
CMYK 0.15 0 0.82 0.38
HSL 71.16º 0.7% 0.36% -
HSV(B) 71.16º 0.82% 0.62% -
XYZ 21.94 29.18 5.58 -
YUV 135.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 133 157 28 0.15 0 0.82 0.38 71.16 0.7 0.36
Hex 85 9D 1C F 0 52 26 47 46 24
Octal 205 235 34 17 0 122 46 107 106 44
Binary 10000101 10011101 11100 1111 0 1010010 100110 1000111 1000110 100100

Color Harmonies of #859D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D1C

Black with #859D1C

Text Example


Text Example

White with #859D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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