Html Css Color HEX #869821 Citron

📋 copy color: '#869821'

red 134 ◦ green 152 ◦ blue 33

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

Shades of Citron #869821

Tints of Citron #869821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 42.01%
G = 47.65%
B = 10.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#869821 (or 0x869821) is known color: Citron. HEX triplet: 86, 98 and 21. RGB value is (134,152,33). Sum of RGB (Red+Green+Blue) = 134+152+33=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #869821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869821 is #7967DE. Grayscale: #858585. Windows color (decimal): -7956447 or 2201734. OLE color: 2201734.

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

Color convert

RGB 134 152 33 -
CMYK 0.12 0 0.78 0.40
HSL 69.08º 0.64% 0.36% -
HSV(B) 69.08º 0.78% 0.6% -
XYZ 21.33 27.63 5.65 -
YUV 133.05 71.54 128.68 -
System Red Green Blue C M Y K H S L
Decimal 134 152 33 0.12 0 0.78 0.40 69.08 0.64 0.36
Hex 86 98 21 C 0 4E 28 45 40 24
Octal 206 230 41 14 0 116 50 105 100 44
Binary 10000110 10011000 100001 1100 0 1001110 101000 1000101 1000000 100100

Color Harmonies of #869821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869821

Black with #869821

Text Example


Text Example

White with #869821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869821; }

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

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

background-color css

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

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

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

border-color css

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

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

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