Html Css Color HEX #869228 Citron

📋 copy color: '#869228'

red 134 ◦ green 146 ◦ blue 40

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

Shades of Citron #869228

Tints of Citron #869228

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.63%

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

R = 41.88%
G = 45.63%
B = 12.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#869228 (or 0x869228) is known color: Citron. HEX triplet: 86, 92 and 28. RGB value is (134,146,40). Sum of RGB (Red+Green+Blue) = 134+146+40=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #869228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869228 is #796DD7. Grayscale: #828282. Windows color (decimal): -7957976 or 2658950. OLE color: 2658950.

HSL color Cylindrical-coordinate representation of color #869228: hue angle of 66.79º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #869228 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 146 40 -
CMYK 0.08 0 0.73 0.43
HSL 66.79º 0.57% 0.36% -
HSV(B) 66.79º 0.73% 0.57% -
XYZ 20.49 25.78 5.9 -
YUV 130.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 134 146 40 0.08 0 0.73 0.43 66.79 0.57 0.36
Hex 86 92 28 8 0 49 2B 43 39 24
Octal 206 222 50 10 0 111 53 103 71 44
Binary 10000110 10010010 101000 1000 0 1001001 101011 1000011 111001 100100

Color Harmonies of #869228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869228

Black with #869228

Text Example


Text Example

White with #869228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869228; }

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

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

background-color css

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

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

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

border-color css

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

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

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