Html Css Color HEX #869F1E Citron

📋 copy color: '#869F1E'

red 134 ◦ green 159 ◦ blue 30

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

Shades of Citron #869F1E

Tints of Citron #869F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 41.49%
G = 49.23%
B = 9.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#869F1E (or 0x869F1E) is known color: Citron. HEX triplet: 86, 9F and 1E. RGB value is (134,159,30). Sum of RGB (Red+Green+Blue) = 134+159+30=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #869F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869F1E is #7960E1. Grayscale: #898989. Windows color (decimal): -7954658 or 2006918. OLE color: 2006918.

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

Color convert

RGB 134 159 30 -
CMYK 0.16 0 0.81 0.38
HSL 71.63º 0.68% 0.37% -
HSV(B) 71.63º 0.81% 0.62% -
XYZ 22.46 29.96 5.83 -
YUV 136.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 134 159 30 0.16 0 0.81 0.38 71.63 0.68 0.37
Hex 86 9F 1E 10 0 51 26 48 44 25
Octal 206 237 36 20 0 121 46 110 104 45
Binary 10000110 10011111 11110 10000 0 1010001 100110 1001000 1000100 100101

Color Harmonies of #869F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F1E

Black with #869F1E

Text Example


Text Example

White with #869F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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