Html Css Color HEX #869C09 Citron

📋 copy color: '#869C09'

red 134 ◦ green 156 ◦ blue 9

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

Shades of Citron #869C09

Tints of Citron #869C09

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.17%

 BLUE value IS 9 (3.91% from 255) = 3.01%

R = 44.82%
G = 52.17%
B = 3.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#869C09 (or 0x869C09) is known color: Citron. HEX triplet: 86, 9C and 09. RGB value is (134,156,9). Sum of RGB (Red+Green+Blue) = 134+156+9=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #869C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869C09 is #7963F6. Grayscale: #858585. Windows color (decimal): -7955447 or 629894. OLE color: 629894.

HSL color Cylindrical-coordinate representation of color #869C09: hue angle of 68.98º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #869C09 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 156 9 -
CMYK 0.14 0 0.94 0.39
HSL 68.98º 0.89% 0.32% -
HSV(B) 68.98º 0.94% 0.61% -
XYZ 21.77 28.86 4.68 -
YUV 132.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 134 156 9 0.14 0 0.94 0.39 68.98 0.89 0.32
Hex 86 9C 9 E 0 5E 27 45 59 20
Octal 206 234 11 16 0 136 47 105 131 40
Binary 10000110 10011100 1001 1110 0 1011110 100111 1000101 1011001 100000

Color Harmonies of #869C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869C09

Black with #869C09

Text Example


Text Example

White with #869C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869C09; }

 p { color: rgb(134,156,9); }

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

background-color css

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

 a { background-color: rgb(134,156,9); }

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

border-color css

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

 span { border-color: rgb(134,156,9); }

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