Html Css Color HEX #858E13 Citron

📋 copy color: '#858E13'

red 133 ◦ green 142 ◦ blue 19

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

Shades of Citron #858E13

Tints of Citron #858E13

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.3%

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 45.24%
G = 48.3%
B = 6.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#858E13 (or 0x858E13) is known color: Citron. HEX triplet: 85, 8E and 13. RGB value is (133,142,19). Sum of RGB (Red+Green+Blue) = 133+142+19=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #858E13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E13 is #7A71EC. Grayscale: #7D7D7D. Windows color (decimal): -8024557 or 1281669. OLE color: 1281669.

HSL color Cylindrical-coordinate representation of color #858E13: hue angle of 64.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #858E13 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 142 19 -
CMYK 0.06 0 0.87 0.44
HSL 64.39º 0.76% 0.32% -
HSV(B) 64.39º 0.87% 0.56% -
XYZ 19.46 24.38 4.3 -
YUV 125.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 133 142 19 0.06 0 0.87 0.44 64.39 0.76 0.32
Hex 85 8E 13 6 0 57 2C 40 4C 20
Octal 205 216 23 6 0 127 54 100 114 40
Binary 10000101 10001110 10011 110 0 1010111 101100 1000000 1001100 100000

Color Harmonies of #858E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E13

Black with #858E13

Text Example


Text Example

White with #858E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858E13; }

 p { color: rgb(133,142,19); }

 H1.HeaderClassName
 {
   color: #858E13;
 }
 .AnyTagClassName
 {
   color: #858E13;
 }
</style>

background-color css

<style>
 a { background-color: #858E13; }

 a { background-color: rgb(133,142,19); }

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

border-color css

<style>
 span { border-color: #858E13; }

 span { border-color: rgb(133,142,19); }

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