Html Css Color HEX #8C9F1F Citron

📋 copy color: '#8C9F1F'

red 140 ◦ green 159 ◦ blue 31

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

Shades of Citron #8C9F1F

Tints of Citron #8C9F1F

RGB

 RED value IS 140 (55.08% from 255) = 42.42%

 GREEN value IS 159 (62.5% from 255) = 48.18%

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

R = 42.42%
G = 48.18%
B = 9.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#8C9F1F (or 0x8C9F1F) is known color: Citron. HEX triplet: 8C, 9F and 1F. RGB value is (140,159,31). Sum of RGB (Red+Green+Blue) = 140+159+31=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9F1F is #7360E0. Grayscale: #8B8B8B. Windows color (decimal): -7561441 or 2072460. OLE color: 2072460.

HSL color Cylindrical-coordinate representation of color #8C9F1F: hue angle of 68.91º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C9F1F is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 31 -
CMYK 0.12 0 0.81 0.38
HSL 68.91º 0.67% 0.37% -
HSV(B) 68.91º 0.81% 0.62% -
XYZ 23.46 30.47 5.94 -
YUV 138.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 140 159 31 0.12 0 0.81 0.38 68.91 0.67 0.37
Hex 8C 9F 1F C 0 51 26 45 43 25
Octal 214 237 37 14 0 121 46 105 103 45
Binary 10001100 10011111 11111 1100 0 1010001 100110 1000101 1000011 100101

Color Harmonies of #8C9F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F1F

Black with #8C9F1F

Text Example


Text Example

White with #8C9F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,31); }

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

background-color css

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

 a { background-color: rgb(140,159,31); }

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

border-color css

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

 span { border-color: rgb(140,159,31); }

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