Html Css Color HEX #869121 Citron

📋 copy color: '#869121'

red 134 ◦ green 145 ◦ blue 33

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

Shades of Citron #869121

Tints of Citron #869121

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.47%

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

R = 42.95%
G = 46.47%
B = 10.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#869121 (or 0x869121) is known color: Citron. HEX triplet: 86, 91 and 21. RGB value is (134,145,33). Sum of RGB (Red+Green+Blue) = 134+145+33=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #869121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869121 is #796EDE. Grayscale: #818181. Windows color (decimal): -7958239 or 2199942. OLE color: 2199942.

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

Color convert

RGB 134 145 33 -
CMYK 0.08 0 0.77 0.43
HSL 65.89º 0.63% 0.35% -
HSV(B) 65.89º 0.77% 0.57% -
XYZ 20.23 25.43 5.28 -
YUV 128.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 134 145 33 0.08 0 0.77 0.43 65.89 0.63 0.35
Hex 86 91 21 8 0 4D 2B 42 3F 23
Octal 206 221 41 10 0 115 53 102 77 43
Binary 10000110 10010001 100001 1000 0 1001101 101011 1000010 111111 100011

Color Harmonies of #869121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869121

Black with #869121

Text Example


Text Example

White with #869121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869121; }

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

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

background-color css

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

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

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

border-color css

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

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

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