Html Css Color HEX #869C0D Citron

📋 copy color: '#869C0D'

red 134 ◦ green 156 ◦ blue 13

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

Shades of Citron #869C0D

Tints of Citron #869C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 44.22%
G = 51.49%
B = 4.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#869C0D (or 0x869C0D) is known color: Citron. HEX triplet: 86, 9C and 0D. RGB value is (134,156,13). Sum of RGB (Red+Green+Blue) = 134+156+13=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #869C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869C0D is #7963F2. Grayscale: #858585. Windows color (decimal): -7955443 or 892038. OLE color: 892038.

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

Color convert

RGB 134 156 13 -
CMYK 0.14 0 0.92 0.39
HSL 69.23º 0.85% 0.33% -
HSV(B) 69.23º 0.92% 0.61% -
XYZ 21.79 28.87 4.81 -
YUV 133.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 134 156 13 0.14 0 0.92 0.39 69.23 0.85 0.33
Hex 86 9C D E 0 5C 27 45 55 21
Octal 206 234 15 16 0 134 47 105 125 41
Binary 10000110 10011100 1101 1110 0 1011100 100111 1000101 1010101 100001

Color Harmonies of #869C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869C0D

Black with #869C0D

Text Example


Text Example

White with #869C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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