Html Css Color HEX #8C981B Citron

📋 copy color: '#8C981B'

red 140 ◦ green 152 ◦ blue 27

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

Shades of Citron #8C981B

Tints of Citron #8C981B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 43.89%
G = 47.65%
B = 8.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#8C981B (or 0x8C981B) is known color: Citron. HEX triplet: 8C, 98 and 1B. RGB value is (140,152,27). Sum of RGB (Red+Green+Blue) = 140+152+27=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #8C981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C981B is #7367E4. Grayscale: #868686. Windows color (decimal): -7563237 or 1808524. OLE color: 1808524.

HSL color Cylindrical-coordinate representation of color #8C981B: hue angle of 65.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C981B is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 152 27 -
CMYK 0.08 0 0.82 0.40
HSL 65.76º 0.7% 0.35% -
HSV(B) 65.76º 0.82% 0.6% -
XYZ 22.24 28.11 5.29 -
YUV 134.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 140 152 27 0.08 0 0.82 0.40 65.76 0.7 0.35
Hex 8C 98 1B 8 0 52 28 42 46 23
Octal 214 230 33 10 0 122 50 102 106 43
Binary 10001100 10011000 11011 1000 0 1010010 101000 1000010 1000110 100011

Color Harmonies of #8C981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C981B

Black with #8C981B

Text Example


Text Example

White with #8C981B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,27); }

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

background-color css

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

 a { background-color: rgb(140,152,27); }

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

border-color css

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

 span { border-color: rgb(140,152,27); }

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