Html Css Color HEX #869512 Citron

📋 copy color: '#869512'

red 134 ◦ green 149 ◦ blue 18

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

Shades of Citron #869512

Tints of Citron #869512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

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

R = 44.52%
G = 49.5%
B = 5.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#869512 (or 0x869512) is known color: Citron. HEX triplet: 86, 95 and 12. RGB value is (134,149,18). Sum of RGB (Red+Green+Blue) = 134+149+18=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #869512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869512 is #796AED. Grayscale: #828282. Windows color (decimal): -7957230 or 1217926. OLE color: 1217926.

HSL color Cylindrical-coordinate representation of color #869512: hue angle of 66.87º 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 #869512 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 18 -
CMYK 0.10 0 0.88 0.42
HSL 66.87º 0.78% 0.33% -
HSV(B) 66.87º 0.88% 0.58% -
XYZ 20.69 26.61 4.62 -
YUV 129.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 134 149 18 0.10 0 0.88 0.42 66.87 0.78 0.33
Hex 86 95 12 A 0 58 2A 43 4E 21
Octal 206 225 22 12 0 130 52 103 116 41
Binary 10000110 10010101 10010 1010 0 1011000 101010 1000011 1001110 100001

Color Harmonies of #869512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869512

Black with #869512

Text Example


Text Example

White with #869512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869512; }

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

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

background-color css

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

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

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

border-color css

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

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

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