Html Css Color HEX #869414 Citron

📋 copy color: '#869414'

red 134 ◦ green 148 ◦ blue 20

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

Shades of Citron #869414

Tints of Citron #869414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

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

R = 44.37%
G = 49.01%
B = 6.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#869414 (or 0x869414) is known color: Citron. HEX triplet: 86, 94 and 14. RGB value is (134,148,20). Sum of RGB (Red+Green+Blue) = 134+148+20=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #869414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869414 is #796BEB. Grayscale: #818181. Windows color (decimal): -7957484 or 1348742. OLE color: 1348742.

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

Color convert

RGB 134 148 20 -
CMYK 0.09 0 0.86 0.42
HSL 66.56º 0.76% 0.33% -
HSV(B) 66.56º 0.86% 0.58% -
XYZ 20.55 26.3 4.65 -
YUV 129.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 134 148 20 0.09 0 0.86 0.42 66.56 0.76 0.33
Hex 86 94 14 9 0 56 2A 43 4C 21
Octal 206 224 24 11 0 126 52 103 114 41
Binary 10000110 10010100 10100 1001 0 1010110 101010 1000011 1001100 100001

Color Harmonies of #869414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869414

Black with #869414

Text Example


Text Example

White with #869414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869414; }

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

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

background-color css

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

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

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

border-color css

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

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

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