Html Css Color HEX #8F9312 Citron

📋 copy color: '#8F9312'

red 143 ◦ green 147 ◦ blue 18

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

Shades of Citron #8F9312

Tints of Citron #8F9312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 46.43%
G = 47.73%
B = 5.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#8F9312 (or 0x8F9312) is known color: Citron. HEX triplet: 8F, 93 and 12. RGB value is (143,147,18). Sum of RGB (Red+Green+Blue) = 143+147+18=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9312 is #706CED. Grayscale: #838383. Windows color (decimal): -7367918 or 1217423. OLE color: 1217423.

HSL color Cylindrical-coordinate representation of color #8F9312: hue angle of 61.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F9312 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 147 18 -
CMYK 0.03 0 0.88 0.42
HSL 61.86º 0.78% 0.32% -
HSV(B) 61.86º 0.88% 0.58% -
XYZ 21.87 26.75 4.58 -
YUV 131.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 143 147 18 0.03 0 0.88 0.42 61.86 0.78 0.32
Hex 8F 93 12 3 0 58 2A 3E 4E 20
Octal 217 223 22 3 0 130 52 76 116 40
Binary 10001111 10010011 10010 11 0 1011000 101010 111110 1001110 100000

Color Harmonies of #8F9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9312

Black with #8F9312

Text Example


Text Example

White with #8F9312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,147,18); }

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

background-color css

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

 a { background-color: rgb(143,147,18); }

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

border-color css

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

 span { border-color: rgb(143,147,18); }

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