Html Css Color HEX #8F9416 Citron

📋 copy color: '#8F9416'

red 143 ◦ green 148 ◦ blue 22

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

Shades of Citron #8F9416

Tints of Citron #8F9416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 45.69%
G = 47.28%
B = 7.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#8F9416 (or 0x8F9416) is known color: Citron. HEX triplet: 8F, 94 and 16. RGB value is (143,148,22). Sum of RGB (Red+Green+Blue) = 143+148+22=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9416 is #706BE9. Grayscale: #848484. Windows color (decimal): -7367658 or 1479823. OLE color: 1479823.

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

Color convert

RGB 143 148 22 -
CMYK 0.03 0 0.85 0.42
HSL 62.38º 0.74% 0.33% -
HSV(B) 62.38º 0.85% 0.58% -
XYZ 22.06 27.08 4.82 -
YUV 132.14 65.84 135.75 -
System Red Green Blue C M Y K H S L
Decimal 143 148 22 0.03 0 0.85 0.42 62.38 0.74 0.33
Hex 8F 94 16 3 0 55 2A 3E 4A 21
Octal 217 224 26 3 0 125 52 76 112 41
Binary 10001111 10010100 10110 11 0 1010101 101010 111110 1001010 100001

Color Harmonies of #8F9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9416

Black with #8F9416

Text Example


Text Example

White with #8F9416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,22); }

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

background-color css

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

 a { background-color: rgb(143,148,22); }

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

border-color css

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

 span { border-color: rgb(143,148,22); }

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