Html Css Color HEX #8D9614 Citron

📋 copy color: '#8D9614'

red 141 ◦ green 150 ◦ blue 20

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

Shades of Citron #8D9614

Tints of Citron #8D9614

RGB

 RED value IS 141 (55.47% from 255) = 45.34%

 GREEN value IS 150 (58.98% from 255) = 48.23%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 45.34%
G = 48.23%
B = 6.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#8D9614 (or 0x8D9614) is known color: Citron. HEX triplet: 8D, 96 and 14. RGB value is (141,150,20). Sum of RGB (Red+Green+Blue) = 141+150+20=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9614 is #7269EB. Grayscale: #858585. Windows color (decimal): -7498220 or 1349261. OLE color: 1349261.

HSL color Cylindrical-coordinate representation of color #8D9614: hue angle of 64.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D9614 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 150 20 -
CMYK 0.06 0 0.87 0.41
HSL 64.15º 0.76% 0.33% -
HSV(B) 64.15º 0.87% 0.59% -
XYZ 22.02 27.53 4.81 -
YUV 132.49 64.52 134.07 -
System Red Green Blue C M Y K H S L
Decimal 141 150 20 0.06 0 0.87 0.41 64.15 0.76 0.33
Hex 8D 96 14 6 0 57 29 40 4C 21
Octal 215 226 24 6 0 127 51 100 114 41
Binary 10001101 10010110 10100 110 0 1010111 101001 1000000 1001100 100001

Color Harmonies of #8D9614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9614

Black with #8D9614

Text Example


Text Example

White with #8D9614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9614; }

 p { color: rgb(141,150,20); }

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

background-color css

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

 a { background-color: rgb(141,150,20); }

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

border-color css

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

 span { border-color: rgb(141,150,20); }

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