Html Css Color HEX #869F0C Citron

📋 copy color: '#869F0C'

red 134 ◦ green 159 ◦ blue 12

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

Shades of Citron #869F0C

Tints of Citron #869F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.13%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 43.93%
G = 52.13%
B = 3.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#869F0C (or 0x869F0C) is known color: Citron. HEX triplet: 86, 9F and 0C. RGB value is (134,159,12). Sum of RGB (Red+Green+Blue) = 134+159+12=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #869F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869F0C is #7960F3. Grayscale: #878787. Windows color (decimal): -7954676 or 827270. OLE color: 827270.

HSL color Cylindrical-coordinate representation of color #869F0C: hue angle of 70.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #869F0C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 159 12 -
CMYK 0.16 0 0.92 0.38
HSL 70.2º 0.86% 0.34% -
HSV(B) 70.2º 0.92% 0.62% -
XYZ 22.3 29.89 4.94 -
YUV 134.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 134 159 12 0.16 0 0.92 0.38 70.2 0.86 0.34
Hex 86 9F C 10 0 5C 26 46 56 22
Octal 206 237 14 20 0 134 46 106 126 42
Binary 10000110 10011111 1100 10000 0 1011100 100110 1000110 1010110 100010

Color Harmonies of #869F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F0C

Black with #869F0C

Text Example


Text Example

White with #869F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,159,12); }

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

background-color css

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

 a { background-color: rgb(134,159,12); }

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

border-color css

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

 span { border-color: rgb(134,159,12); }

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