Html Css Color HEX #869413 Citron

📋 copy color: '#869413'

red 134 ◦ green 148 ◦ blue 19

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

Shades of Citron #869413

Tints of Citron #869413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 44.52%
G = 49.17%
B = 6.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#869413 (or 0x869413) is known color: Citron. HEX triplet: 86, 94 and 13. RGB value is (134,148,19). Sum of RGB (Red+Green+Blue) = 134+148+19=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #869413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869413 is #796BEC. Grayscale: #818181. Windows color (decimal): -7957485 or 1283206. OLE color: 1283206.

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

Color convert

RGB 134 148 19 -
CMYK 0.09 0 0.87 0.42
HSL 66.51º 0.77% 0.33% -
HSV(B) 66.51º 0.87% 0.58% -
XYZ 20.54 26.3 4.61 -
YUV 129.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 134 148 19 0.09 0 0.87 0.42 66.51 0.77 0.33
Hex 86 94 13 9 0 57 2A 43 4D 21
Octal 206 224 23 11 0 127 52 103 115 41
Binary 10000110 10010100 10011 1001 0 1010111 101010 1000011 1001101 100001

Color Harmonies of #869413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869413

Black with #869413

Text Example


Text Example

White with #869413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869413; }

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

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

background-color css

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

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

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

border-color css

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

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

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