Html Css Color HEX #869313 Citron

📋 copy color: '#869313'

red 134 ◦ green 147 ◦ blue 19

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

Shades of Citron #869313

Tints of Citron #869313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

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

R = 44.67%
G = 49%
B = 6.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#869313 (or 0x869313) is known color: Citron. HEX triplet: 86, 93 and 13. RGB value is (134,147,19). Sum of RGB (Red+Green+Blue) = 134+147+19=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #869313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869313 is #796CEC. Grayscale: #818181. Windows color (decimal): -7957741 or 1282950. OLE color: 1282950.

HSL color Cylindrical-coordinate representation of color #869313: hue angle of 66.09º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #869313 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 19 -
CMYK 0.09 0 0.87 0.42
HSL 66.09º 0.77% 0.33% -
HSV(B) 66.09º 0.87% 0.58% -
XYZ 20.38 25.98 4.56 -
YUV 128.52 66.19 131.91 -
System Red Green Blue C M Y K H S L
Decimal 134 147 19 0.09 0 0.87 0.42 66.09 0.77 0.33
Hex 86 93 13 9 0 57 2A 42 4D 21
Octal 206 223 23 11 0 127 52 102 115 41
Binary 10000110 10010011 10011 1001 0 1010111 101010 1000010 1001101 100001

Color Harmonies of #869313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869313

Black with #869313

Text Example


Text Example

White with #869313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869313; }

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

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

background-color css

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

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

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

border-color css

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

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

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