Html Css Color HEX #8F961F Citron

📋 copy color: '#8F961F'

red 143 ◦ green 150 ◦ blue 31

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

Shades of Citron #8F961F

Tints of Citron #8F961F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 44.14%
G = 46.3%
B = 9.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#8F961F (or 0x8F961F) is known color: Citron. HEX triplet: 8F, 96 and 1F. RGB value is (143,150,31). Sum of RGB (Red+Green+Blue) = 143+150+31=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #8F961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F961F is #7069E0. Grayscale: #868686. Windows color (decimal): -7367137 or 2070159. OLE color: 2070159.

HSL color Cylindrical-coordinate representation of color #8F961F: hue angle of 63.53º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F961F is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 150 31 -
CMYK 0.05 0 0.79 0.41
HSL 63.53º 0.66% 0.35% -
HSV(B) 63.53º 0.79% 0.59% -
XYZ 22.48 27.75 5.47 -
YUV 134.34 69.68 134.18 -
System Red Green Blue C M Y K H S L
Decimal 143 150 31 0.05 0 0.79 0.41 63.53 0.66 0.35
Hex 8F 96 1F 5 0 4F 29 40 42 23
Octal 217 226 37 5 0 117 51 100 102 43
Binary 10001111 10010110 11111 101 0 1001111 101001 1000000 1000010 100011

Color Harmonies of #8F961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F961F

Black with #8F961F

Text Example


Text Example

White with #8F961F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,150,31); }

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

background-color css

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

 a { background-color: rgb(143,150,31); }

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

border-color css

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

 span { border-color: rgb(143,150,31); }

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