Html Css Color HEX #869D13 Citron

📋 copy color: '#869D13'

red 134 ◦ green 157 ◦ blue 19

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

Shades of Citron #869D13

Tints of Citron #869D13

RGB

 RED value IS 134 (52.73% from 255) = 43.23%

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

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

R = 43.23%
G = 50.65%
B = 6.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#869D13 (or 0x869D13) is known color: Citron. HEX triplet: 86, 9D and 13. RGB value is (134,157,19). Sum of RGB (Red+Green+Blue) = 134+157+19=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #869D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869D13 is #7962EC. Grayscale: #868686. Windows color (decimal): -7955181 or 1285510. OLE color: 1285510.

HSL color Cylindrical-coordinate representation of color #869D13: hue angle of 70º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #869D13 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 157 19 -
CMYK 0.15 0 0.88 0.38
HSL 70º 0.78% 0.35% -
HSV(B) 70º 0.88% 0.62% -
XYZ 22.01 29.23 5.1 -
YUV 134.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 134 157 19 0.15 0 0.88 0.38 70 0.78 0.35
Hex 86 9D 13 F 0 58 26 46 4E 23
Octal 206 235 23 17 0 130 46 106 116 43
Binary 10000110 10011101 10011 1111 0 1011000 100110 1000110 1001110 100011

Color Harmonies of #869D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869D13

Black with #869D13

Text Example


Text Example

White with #869D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869D13; }

 p { color: rgb(134,157,19); }

 H1.HeaderClassName
 {
   color: #869D13;
 }
 .AnyTagClassName
 {
   color: #869D13;
 }
</style>

background-color css

<style>
 a { background-color: #869D13; }

 a { background-color: rgb(134,157,19); }

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

border-color css

<style>
 span { border-color: #869D13; }

 span { border-color: rgb(134,157,19); }

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