Html Css Color HEX #869828 Citron

📋 copy color: '#869828'

red 134 ◦ green 152 ◦ blue 40

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

Shades of Citron #869828

Tints of Citron #869828

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.63%

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

R = 41.1%
G = 46.63%
B = 12.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#869828 (or 0x869828) is known color: Citron. HEX triplet: 86, 98 and 28. RGB value is (134,152,40). Sum of RGB (Red+Green+Blue) = 134+152+40=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #869828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869828 is #7967D7. Grayscale: #868686. Windows color (decimal): -7956440 or 2660486. OLE color: 2660486.

HSL color Cylindrical-coordinate representation of color #869828: hue angle of 69.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #869828 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 40 -
CMYK 0.12 0 0.74 0.40
HSL 69.64º 0.58% 0.38% -
HSV(B) 69.64º 0.74% 0.6% -
XYZ 21.44 27.68 6.22 -
YUV 133.85 75.04 128.11 -
System Red Green Blue C M Y K H S L
Decimal 134 152 40 0.12 0 0.74 0.40 69.64 0.58 0.38
Hex 86 98 28 C 0 4A 28 46 3A 26
Octal 206 230 50 14 0 112 50 106 72 46
Binary 10000110 10011000 101000 1100 0 1001010 101000 1000110 111010 100110

Color Harmonies of #869828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869828

Black with #869828

Text Example


Text Example

White with #869828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869828; }

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

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

background-color css

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

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

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

border-color css

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

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

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