Html Css Color HEX #8F980B Citron

📋 copy color: '#8F980B'

red 143 ◦ green 152 ◦ blue 11

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

Shades of Citron #8F980B

Tints of Citron #8F980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

 BLUE value IS 11 (4.69% from 255) = 3.59%

R = 46.73%
G = 49.67%
B = 3.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#8F980B (or 0x8F980B) is known color: Citron. HEX triplet: 8F, 98 and 0B. RGB value is (143,152,11). Sum of RGB (Red+Green+Blue) = 143+152+11=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #8F980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F980B is #7067F4. Grayscale: #858585. Windows color (decimal): -7366645 or 759951. OLE color: 759951.

HSL color Cylindrical-coordinate representation of color #8F980B: hue angle of 63.83º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F980B is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 152 11 -
CMYK 0.06 0 0.93 0.40
HSL 63.83º 0.87% 0.32% -
HSV(B) 63.83º 0.93% 0.6% -
XYZ 22.62 28.32 4.59 -
YUV 133.24 59.02 134.96 -
System Red Green Blue C M Y K H S L
Decimal 143 152 11 0.06 0 0.93 0.40 63.83 0.87 0.32
Hex 8F 98 B 6 0 5D 28 40 57 20
Octal 217 230 13 6 0 135 50 100 127 40
Binary 10001111 10011000 1011 110 0 1011101 101000 1000000 1010111 100000

Color Harmonies of #8F980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F980B

Black with #8F980B

Text Example


Text Example

White with #8F980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,152,11); }

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

background-color css

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

 a { background-color: rgb(143,152,11); }

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

border-color css

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

 span { border-color: rgb(143,152,11); }

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