Html Css Color HEX #869013 Citron

📋 copy color: '#869013'

red 134 ◦ green 144 ◦ blue 19

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

Shades of Citron #869013

Tints of Citron #869013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.48%

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

R = 45.12%
G = 48.48%
B = 6.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#869013 (or 0x869013) is known color: Citron. HEX triplet: 86, 90 and 13. RGB value is (134,144,19). Sum of RGB (Red+Green+Blue) = 134+144+19=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #869013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869013 is #796FEC. Grayscale: #7F7F7F. Windows color (decimal): -7958509 or 1282182. OLE color: 1282182.

HSL color Cylindrical-coordinate representation of color #869013: hue angle of 64.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #869013 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 19 -
CMYK 0.07 0 0.87 0.44
HSL 64.8º 0.77% 0.32% -
HSV(B) 64.8º 0.87% 0.56% -
XYZ 19.92 25.06 4.4 -
YUV 126.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 134 144 19 0.07 0 0.87 0.44 64.8 0.77 0.32
Hex 86 90 13 7 0 57 2C 41 4D 20
Octal 206 220 23 7 0 127 54 101 115 40
Binary 10000110 10010000 10011 111 0 1010111 101100 1000001 1001101 100000

Color Harmonies of #869013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869013

Black with #869013

Text Example


Text Example

White with #869013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869013; }

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

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

background-color css

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

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

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

border-color css

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

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

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