Html Css Color HEX #869215 Citron

📋 copy color: '#869215'

red 134 ◦ green 146 ◦ blue 21

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

Shades of Citron #869215

Tints of Citron #869215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 44.52%
G = 48.5%
B = 6.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#869215 (or 0x869215) is known color: Citron. HEX triplet: 86, 92 and 15. RGB value is (134,146,21). Sum of RGB (Red+Green+Blue) = 134+146+21=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #869215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869215 is #796DEA. Grayscale: #808080. Windows color (decimal): -7957995 or 1413766. OLE color: 1413766.

HSL color Cylindrical-coordinate representation of color #869215: hue angle of 65.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #869215 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 146 21 -
CMYK 0.08 0 0.86 0.43
HSL 65.76º 0.75% 0.33% -
HSV(B) 65.76º 0.86% 0.57% -
XYZ 20.25 25.68 4.6 -
YUV 128.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 134 146 21 0.08 0 0.86 0.43 65.76 0.75 0.33
Hex 86 92 15 8 0 56 2B 42 4B 21
Octal 206 222 25 10 0 126 53 102 113 41
Binary 10000110 10010010 10101 1000 0 1010110 101011 1000010 1001011 100001

Color Harmonies of #869215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869215

Black with #869215

Text Example


Text Example

White with #869215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869215; }

 p { color: rgb(134,146,21); }

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

background-color css

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

 a { background-color: rgb(134,146,21); }

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

border-color css

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

 span { border-color: rgb(134,146,21); }

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