Html Css Color HEX #869620 Citron

📋 copy color: '#869620'

red 134 ◦ green 150 ◦ blue 32

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

Shades of Citron #869620

Tints of Citron #869620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 42.41%
G = 47.47%
B = 10.13%

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

#869620 (or 0x869620) is known color: Citron. HEX triplet: 86, 96 and 20. RGB value is (134,150,32). Sum of RGB (Red+Green+Blue) = 134+150+32=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #869620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869620 is #7969DF. Grayscale: #848484. Windows color (decimal): -7956960 or 2135686. OLE color: 2135686.

HSL color Cylindrical-coordinate representation of color #869620: hue angle of 68.14º 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 #869620 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 32 -
CMYK 0.11 0 0.79 0.41
HSL 68.14º 0.65% 0.36% -
HSV(B) 68.14º 0.79% 0.59% -
XYZ 21 26.99 5.47 -
YUV 131.76 71.7 129.59 -
System Red Green Blue C M Y K H S L
Decimal 134 150 32 0.11 0 0.79 0.41 68.14 0.65 0.36
Hex 86 96 20 B 0 4F 29 44 41 24
Octal 206 226 40 13 0 117 51 104 101 44
Binary 10000110 10010110 100000 1011 0 1001111 101001 1000100 1000001 100100

Color Harmonies of #869620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869620

Black with #869620

Text Example


Text Example

White with #869620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869620; }

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

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

background-color css

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

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

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

border-color css

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

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

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