Html Css Color HEX #869720 Citron

📋 copy color: '#869720'

red 134 ◦ green 151 ◦ blue 32

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

Shades of Citron #869720

Tints of Citron #869720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 42.27%
G = 47.63%
B = 10.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#869720 (or 0x869720) is known color: Citron. HEX triplet: 86, 97 and 20. RGB value is (134,151,32). Sum of RGB (Red+Green+Blue) = 134+151+32=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #869720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869720 is #7968DF. Grayscale: #848484. Windows color (decimal): -7956704 or 2135942. OLE color: 2135942.

HSL color Cylindrical-coordinate representation of color #869720: hue angle of 68.57º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #869720 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 32 -
CMYK 0.11 0 0.79 0.41
HSL 68.57º 0.65% 0.36% -
HSV(B) 68.57º 0.79% 0.59% -
XYZ 21.16 27.31 5.52 -
YUV 132.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 134 151 32 0.11 0 0.79 0.41 68.57 0.65 0.36
Hex 86 97 20 B 0 4F 29 45 41 24
Octal 206 227 40 13 0 117 51 105 101 44
Binary 10000110 10010111 100000 1011 0 1001111 101001 1000101 1000001 100100

Color Harmonies of #869720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869720

Black with #869720

Text Example


Text Example

White with #869720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869720; }

 p { color: rgb(134,151,32); }

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

background-color css

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

 a { background-color: rgb(134,151,32); }

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

border-color css

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

 span { border-color: rgb(134,151,32); }

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