Html Css Color HEX #869328 Citron

📋 copy color: '#869328'

red 134 ◦ green 147 ◦ blue 40

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

Shades of Citron #869328

Tints of Citron #869328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 41.74%
G = 45.79%
B = 12.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#869328 (or 0x869328) is known color: Citron. HEX triplet: 86, 93 and 28. RGB value is (134,147,40). Sum of RGB (Red+Green+Blue) = 134+147+40=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #869328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869328 is #796CD7. Grayscale: #838383. Windows color (decimal): -7957720 or 2659206. OLE color: 2659206.

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

Color convert

RGB 134 147 40 -
CMYK 0.09 0 0.73 0.42
HSL 67.29º 0.57% 0.37% -
HSV(B) 67.29º 0.73% 0.58% -
XYZ 20.65 26.09 5.95 -
YUV 130.92 76.69 130.2 -
System Red Green Blue C M Y K H S L
Decimal 134 147 40 0.09 0 0.73 0.42 67.29 0.57 0.37
Hex 86 93 28 9 0 49 2A 43 39 25
Octal 206 223 50 11 0 111 52 103 71 45
Binary 10000110 10010011 101000 1001 0 1001001 101010 1000011 111001 100101

Color Harmonies of #869328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869328

Black with #869328

Text Example


Text Example

White with #869328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869328; }

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

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

background-color css

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

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

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

border-color css

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

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

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