Html Css Color HEX #869019 Citron

📋 copy color: '#869019'

red 134 ◦ green 144 ◦ blue 25

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

Shades of Citron #869019

Tints of Citron #869019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

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

R = 44.22%
G = 47.52%
B = 8.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#869019 (or 0x869019) is known color: Citron. HEX triplet: 86, 90 and 19. RGB value is (134,144,25). Sum of RGB (Red+Green+Blue) = 134+144+25=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #869019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869019 is #796FE6. Grayscale: #7F7F7F. Windows color (decimal): -7958503 or 1675398. OLE color: 1675398.

HSL color Cylindrical-coordinate representation of color #869019: hue angle of 65.04º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #869019 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 25 -
CMYK 0.07 0 0.83 0.44
HSL 65.04º 0.7% 0.33% -
HSV(B) 65.04º 0.83% 0.56% -
XYZ 19.98 25.09 4.71 -
YUV 127.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 134 144 25 0.07 0 0.83 0.44 65.04 0.7 0.33
Hex 86 90 19 7 0 53 2C 41 46 21
Octal 206 220 31 7 0 123 54 101 106 41
Binary 10000110 10010000 11001 111 0 1010011 101100 1000001 1000110 100001

Color Harmonies of #869019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869019

Black with #869019

Text Example


Text Example

White with #869019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869019; }

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

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

background-color css

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

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

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

border-color css

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

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

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