Html Css Color HEX #869310 Citron

📋 copy color: '#869310'

red 134 ◦ green 147 ◦ blue 16

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

Shades of Citron #869310

Tints of Citron #869310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 45.12%
G = 49.49%
B = 5.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#869310 (or 0x869310) is known color: Citron. HEX triplet: 86, 93 and 10. RGB value is (134,147,16). Sum of RGB (Red+Green+Blue) = 134+147+16=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #869310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869310 is #796CEF. Grayscale: #808080. Windows color (decimal): -7957744 or 1086342. OLE color: 1086342.

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

Color convert

RGB 134 147 16 -
CMYK 0.09 0 0.89 0.42
HSL 65.95º 0.8% 0.32% -
HSV(B) 65.95º 0.89% 0.58% -
XYZ 20.36 25.97 4.43 -
YUV 128.18 64.69 132.15 -
System Red Green Blue C M Y K H S L
Decimal 134 147 16 0.09 0 0.89 0.42 65.95 0.8 0.32
Hex 86 93 10 9 0 59 2A 42 50 20
Octal 206 223 20 11 0 131 52 102 120 40
Binary 10000110 10010011 10000 1001 0 1011001 101010 1000010 1010000 100000

Color Harmonies of #869310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869310

Black with #869310

Text Example


Text Example

White with #869310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869310; }

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

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

background-color css

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

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

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

border-color css

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

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

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