Html Css Color HEX #869613 Citron

📋 copy color: '#869613'

red 134 ◦ green 150 ◦ blue 19

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

Shades of Citron #869613

Tints of Citron #869613

RGB

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

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

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

R = 44.22%
G = 49.5%
B = 6.27%

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

#869613 (or 0x869613) is known color: Citron. HEX triplet: 86, 96 and 13. RGB value is (134,150,19). Sum of RGB (Red+Green+Blue) = 134+150+19=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #869613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869613 is #7969EC. Grayscale: #828282. Windows color (decimal): -7956973 or 1283718. OLE color: 1283718.

HSL color Cylindrical-coordinate representation of color #869613: hue angle of 67.33º degrees, saturation: 0.78, 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 #869613 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 19 -
CMYK 0.11 0 0.87 0.41
HSL 67.33º 0.78% 0.33% -
HSV(B) 67.33º 0.87% 0.59% -
XYZ 20.86 26.93 4.71 -
YUV 130.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 134 150 19 0.11 0 0.87 0.41 67.33 0.78 0.33
Hex 86 96 13 B 0 57 29 43 4E 21
Octal 206 226 23 13 0 127 51 103 116 41
Binary 10000110 10010110 10011 1011 0 1010111 101001 1000011 1001110 100001

Color Harmonies of #869613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869613

Black with #869613

Text Example


Text Example

White with #869613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869613; }

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

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

background-color css

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

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

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

border-color css

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

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

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