Html Css Color HEX #869818 Citron

📋 copy color: '#869818'

red 134 ◦ green 152 ◦ blue 24

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

Shades of Citron #869818

Tints of Citron #869818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

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

R = 43.23%
G = 49.03%
B = 7.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#869818 (or 0x869818) is known color: Citron. HEX triplet: 86, 98 and 18. RGB value is (134,152,24). Sum of RGB (Red+Green+Blue) = 134+152+24=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #869818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869818 is #7967E7. Grayscale: #848484. Windows color (decimal): -7956456 or 1611910. OLE color: 1611910.

HSL color Cylindrical-coordinate representation of color #869818: hue angle of 68.44º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #869818 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 24 -
CMYK 0.12 0 0.84 0.40
HSL 68.44º 0.73% 0.35% -
HSV(B) 68.44º 0.84% 0.6% -
XYZ 21.22 27.59 5.07 -
YUV 132.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 134 152 24 0.12 0 0.84 0.40 68.44 0.73 0.35
Hex 86 98 18 C 0 54 28 44 49 23
Octal 206 230 30 14 0 124 50 104 111 43
Binary 10000110 10011000 11000 1100 0 1010100 101000 1000100 1001001 100011

Color Harmonies of #869818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869818

Black with #869818

Text Example


Text Example

White with #869818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869818; }

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

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

background-color css

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

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

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

border-color css

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

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

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