Html Css Color HEX #869322 Citron

📋 copy color: '#869322'

red 134 ◦ green 147 ◦ blue 34

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

Shades of Citron #869322

Tints of Citron #869322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 42.54%
G = 46.67%
B = 10.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#869322 (or 0x869322) is known color: Citron. HEX triplet: 86, 93 and 22. RGB value is (134,147,34). Sum of RGB (Red+Green+Blue) = 134+147+34=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #869322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869322 is #796CDD. Grayscale: #828282. Windows color (decimal): -7957726 or 2265990. OLE color: 2265990.

HSL color Cylindrical-coordinate representation of color #869322: hue angle of 66.9º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #869322 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 34 -
CMYK 0.09 0 0.77 0.42
HSL 66.9º 0.62% 0.35% -
HSV(B) 66.9º 0.77% 0.58% -
XYZ 20.55 26.05 5.46 -
YUV 130.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 134 147 34 0.09 0 0.77 0.42 66.9 0.62 0.35
Hex 86 93 22 9 0 4D 2A 43 3E 23
Octal 206 223 42 11 0 115 52 103 76 43
Binary 10000110 10010011 100010 1001 0 1001101 101010 1000011 111110 100011

Color Harmonies of #869322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869322

Black with #869322

Text Example


Text Example

White with #869322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869322; }

 p { color: rgb(134,147,34); }

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

background-color css

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

 a { background-color: rgb(134,147,34); }

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

border-color css

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

 span { border-color: rgb(134,147,34); }

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