Html Css Color HEX #8F9214 Citron

📋 copy color: '#8F9214'

red 143 ◦ green 146 ◦ blue 20

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

Shades of Citron #8F9214

Tints of Citron #8F9214

RGB

 RED value IS 143 (56.25% from 255) = 46.28%

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

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

R = 46.28%
G = 47.25%
B = 6.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#8F9214 (or 0x8F9214) is known color: Citron. HEX triplet: 8F, 92 and 14. RGB value is (143,146,20). Sum of RGB (Red+Green+Blue) = 143+146+20=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9214 is #706DEB. Grayscale: #838383. Windows color (decimal): -7368172 or 1348239. OLE color: 1348239.

HSL color Cylindrical-coordinate representation of color #8F9214: hue angle of 61.43º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F9214 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 146 20 -
CMYK 0.02 0 0.86 0.43
HSL 61.43º 0.76% 0.33% -
HSV(B) 61.43º 0.86% 0.57% -
XYZ 21.73 26.45 4.62 -
YUV 130.74 65.51 136.75 -
System Red Green Blue C M Y K H S L
Decimal 143 146 20 0.02 0 0.86 0.43 61.43 0.76 0.33
Hex 8F 92 14 2 0 56 2B 3D 4C 21
Octal 217 222 24 2 0 126 53 75 114 41
Binary 10001111 10010010 10100 10 0 1010110 101011 111101 1001100 100001

Color Harmonies of #8F9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9214

Black with #8F9214

Text Example


Text Example

White with #8F9214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,146,20); }

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

background-color css

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

 a { background-color: rgb(143,146,20); }

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

border-color css

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

 span { border-color: rgb(143,146,20); }

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