Html Css Color HEX #869D19 Citron

📋 copy color: '#869D19'

red 134 ◦ green 157 ◦ blue 25

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

Shades of Citron #869D19

Tints of Citron #869D19

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.68%

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 42.41%
G = 49.68%
B = 7.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#869D19 (or 0x869D19) is known color: Citron. HEX triplet: 86, 9D and 19. RGB value is (134,157,25). Sum of RGB (Red+Green+Blue) = 134+157+25=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #869D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869D19 is #7962E6. Grayscale: #878787. Windows color (decimal): -7955175 or 1678726. OLE color: 1678726.

HSL color Cylindrical-coordinate representation of color #869D19: hue angle of 70.45º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #869D19 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 157 25 -
CMYK 0.15 0 0.84 0.38
HSL 70.45º 0.73% 0.36% -
HSV(B) 70.45º 0.84% 0.62% -
XYZ 22.06 29.25 5.4 -
YUV 135.08 65.88 127.23 -
System Red Green Blue C M Y K H S L
Decimal 134 157 25 0.15 0 0.84 0.38 70.45 0.73 0.36
Hex 86 9D 19 F 0 54 26 46 49 24
Octal 206 235 31 17 0 124 46 106 111 44
Binary 10000110 10011101 11001 1111 0 1010100 100110 1000110 1001001 100100

Color Harmonies of #869D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869D19

Black with #869D19

Text Example


Text Example

White with #869D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,157,25); }

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

background-color css

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

 a { background-color: rgb(134,157,25); }

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

border-color css

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

 span { border-color: rgb(134,157,25); }

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