Html Css Color HEX #869418 Citron

📋 copy color: '#869418'

red 134 ◦ green 148 ◦ blue 24

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

Shades of Citron #869418

Tints of Citron #869418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 43.79%
G = 48.37%
B = 7.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#869418 (or 0x869418) is known color: Citron. HEX triplet: 86, 94 and 18. RGB value is (134,148,24). Sum of RGB (Red+Green+Blue) = 134+148+24=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #869418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869418 is #796BE7. Grayscale: #828282. Windows color (decimal): -7957480 or 1610886. OLE color: 1610886.

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

Color convert

RGB 134 148 24 -
CMYK 0.09 0 0.84 0.42
HSL 66.77º 0.72% 0.34% -
HSV(B) 66.77º 0.84% 0.58% -
XYZ 20.59 26.31 4.86 -
YUV 129.68 68.36 131.08 -
System Red Green Blue C M Y K H S L
Decimal 134 148 24 0.09 0 0.84 0.42 66.77 0.72 0.34
Hex 86 94 18 9 0 54 2A 43 48 22
Octal 206 224 30 11 0 124 52 103 110 42
Binary 10000110 10010100 11000 1001 0 1010100 101010 1000011 1001000 100010

Color Harmonies of #869418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869418

Black with #869418

Text Example


Text Example

White with #869418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869418; }

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

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

background-color css

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

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

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

border-color css

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

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

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