Html Css Color HEX #869124 Citron

📋 copy color: '#869124'

red 134 ◦ green 145 ◦ blue 36

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

Shades of Citron #869124

Tints of Citron #869124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 42.54%
G = 46.03%
B = 11.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#869124 (or 0x869124) is known color: Citron. HEX triplet: 86, 91 and 24. RGB value is (134,145,36). Sum of RGB (Red+Green+Blue) = 134+145+36=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #869124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869124 is #796EDB. Grayscale: #818181. Windows color (decimal): -7958236 or 2396550. OLE color: 2396550.

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

Color convert

RGB 134 145 36 -
CMYK 0.08 0 0.75 0.43
HSL 66.06º 0.6% 0.35% -
HSV(B) 66.06º 0.75% 0.57% -
XYZ 20.28 25.45 5.51 -
YUV 129.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 134 145 36 0.08 0 0.75 0.43 66.06 0.6 0.35
Hex 86 91 24 8 0 4B 2B 42 3C 23
Octal 206 221 44 10 0 113 53 102 74 43
Binary 10000110 10010001 100100 1000 0 1001011 101011 1000010 111100 100011

Color Harmonies of #869124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869124

Black with #869124

Text Example


Text Example

White with #869124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869124; }

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

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

background-color css

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

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

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

border-color css

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

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

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