Html Css Color HEX #869614 Citron

📋 copy color: '#869614'

red 134 ◦ green 150 ◦ blue 20

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

Shades of Citron #869614

Tints of Citron #869614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.34%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 44.08%
G = 49.34%
B = 6.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#869614 (or 0x869614) is known color: Citron. HEX triplet: 86, 96 and 14. RGB value is (134,150,20). Sum of RGB (Red+Green+Blue) = 134+150+20=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #869614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869614 is #7969EB. Grayscale: #828282. Windows color (decimal): -7956972 or 1349254. OLE color: 1349254.

HSL color Cylindrical-coordinate representation of color #869614: hue angle of 67.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #869614 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 20 -
CMYK 0.11 0 0.87 0.41
HSL 67.38º 0.76% 0.33% -
HSV(B) 67.38º 0.87% 0.59% -
XYZ 20.86 26.93 4.76 -
YUV 130.4 65.7 130.57 -
System Red Green Blue C M Y K H S L
Decimal 134 150 20 0.11 0 0.87 0.41 67.38 0.76 0.33
Hex 86 96 14 B 0 57 29 43 4C 21
Octal 206 226 24 13 0 127 51 103 114 41
Binary 10000110 10010110 10100 1011 0 1010111 101001 1000011 1001100 100001

Color Harmonies of #869614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869614

Black with #869614

Text Example


Text Example

White with #869614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869614; }

 p { color: rgb(134,150,20); }

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

background-color css

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

 a { background-color: rgb(134,150,20); }

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

border-color css

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

 span { border-color: rgb(134,150,20); }

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