Html Css Color HEX #869412 Citron

📋 copy color: '#869412'

red 134 ◦ green 148 ◦ blue 18

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

Shades of Citron #869412

Tints of Citron #869412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 44.67%
G = 49.33%
B = 6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#869412 (or 0x869412) is known color: Citron. HEX triplet: 86, 94 and 12. RGB value is (134,148,18). Sum of RGB (Red+Green+Blue) = 134+148+18=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #869412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869412 is #796BED. Grayscale: #818181. Windows color (decimal): -7957486 or 1217670. OLE color: 1217670.

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

Color convert

RGB 134 148 18 -
CMYK 0.09 0 0.88 0.42
HSL 66.46º 0.78% 0.33% -
HSV(B) 66.46º 0.88% 0.58% -
XYZ 20.53 26.29 4.57 -
YUV 128.99 65.36 131.57 -
System Red Green Blue C M Y K H S L
Decimal 134 148 18 0.09 0 0.88 0.42 66.46 0.78 0.33
Hex 86 94 12 9 0 58 2A 42 4E 21
Octal 206 224 22 11 0 130 52 102 116 41
Binary 10000110 10010100 10010 1001 0 1011000 101010 1000010 1001110 100001

Color Harmonies of #869412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869412

Black with #869412

Text Example


Text Example

White with #869412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869412; }

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

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

background-color css

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

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

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

border-color css

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

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

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