Html Css Color HEX #869A2A Citron

📋 copy color: '#869A2A'

red 134 ◦ green 154 ◦ blue 42

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

Shades of Citron #869A2A

Tints of Citron #869A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.67%

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 40.61%
G = 46.67%
B = 12.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#869A2A (or 0x869A2A) is known color: Citron. HEX triplet: 86, 9A and 2A. RGB value is (134,154,42). Sum of RGB (Red+Green+Blue) = 134+154+42=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #869A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869A2A is #7965D5. Grayscale: #878787. Windows color (decimal): -7955926 or 2792070. OLE color: 2792070.

HSL color Cylindrical-coordinate representation of color #869A2A: hue angle of 70.71º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #869A2A is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 154 42 -
CMYK 0.13 0 0.73 0.40
HSL 70.71º 0.57% 0.38% -
HSV(B) 70.71º 0.73% 0.6% -
XYZ 21.81 28.35 6.51 -
YUV 135.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 134 154 42 0.13 0 0.73 0.40 70.71 0.57 0.38
Hex 86 9A 2A D 0 49 28 47 39 26
Octal 206 232 52 15 0 111 50 107 71 46
Binary 10000110 10011010 101010 1101 0 1001001 101000 1000111 111001 100110

Color Harmonies of #869A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869A2A

Black with #869A2A

Text Example


Text Example

White with #869A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,154,42); }

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

background-color css

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

 a { background-color: rgb(134,154,42); }

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

border-color css

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

 span { border-color: rgb(134,154,42); }

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