Html Css Color HEX #869B19 Citron

📋 copy color: '#869B19'

red 134 ◦ green 155 ◦ blue 25

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

Shades of Citron #869B19

Tints of Citron #869B19

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

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

R = 42.68%
G = 49.36%
B = 7.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#869B19 (or 0x869B19) is known color: Citron. HEX triplet: 86, 9B and 19. RGB value is (134,155,25). Sum of RGB (Red+Green+Blue) = 134+155+25=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #869B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869B19 is #7964E6. Grayscale: #868686. Windows color (decimal): -7955687 or 1678214. OLE color: 1678214.

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

Color convert

RGB 134 155 25 -
CMYK 0.14 0 0.84 0.39
HSL 69.69º 0.72% 0.35% -
HSV(B) 69.69º 0.84% 0.61% -
XYZ 21.73 28.58 5.29 -
YUV 133.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 134 155 25 0.14 0 0.84 0.39 69.69 0.72 0.35
Hex 86 9B 19 E 0 54 27 46 48 23
Octal 206 233 31 16 0 124 47 106 110 43
Binary 10000110 10011011 11001 1110 0 1010100 100111 1000110 1001000 100011

Color Harmonies of #869B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B19

Black with #869B19

Text Example


Text Example

White with #869B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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