Html Css Color HEX #869E1F Citron

📋 copy color: '#869E1F'

red 134 ◦ green 158 ◦ blue 31

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

Shades of Citron #869E1F

Tints of Citron #869E1F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.92%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 41.49%
G = 48.92%
B = 9.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#869E1F (or 0x869E1F) is known color: Citron. HEX triplet: 86, 9E and 1F. RGB value is (134,158,31). Sum of RGB (Red+Green+Blue) = 134+158+31=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #869E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869E1F is #7961E0. Grayscale: #888888. Windows color (decimal): -7954913 or 2072198. OLE color: 2072198.

HSL color Cylindrical-coordinate representation of color #869E1F: hue angle of 71.34º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #869E1F is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 158 31 -
CMYK 0.15 0 0.80 0.38
HSL 71.34º 0.67% 0.37% -
HSV(B) 71.34º 0.8% 0.62% -
XYZ 22.31 29.62 5.84 -
YUV 136.35 68.55 126.33 -
System Red Green Blue C M Y K H S L
Decimal 134 158 31 0.15 0 0.80 0.38 71.34 0.67 0.37
Hex 86 9E 1F F 0 50 26 47 43 25
Octal 206 236 37 17 0 120 46 107 103 45
Binary 10000110 10011110 11111 1111 0 1010000 100110 1000111 1000011 100101

Color Harmonies of #869E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869E1F

Black with #869E1F

Text Example


Text Example

White with #869E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,158,31); }

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

background-color css

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

 a { background-color: rgb(134,158,31); }

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

border-color css

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

 span { border-color: rgb(134,158,31); }

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