Html Css Color HEX #8C970B Citron

📋 copy color: '#8C970B'

red 140 ◦ green 151 ◦ blue 11

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

Shades of Citron #8C970B

Tints of Citron #8C970B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50%

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

R = 46.36%
G = 50%
B = 3.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#8C970B (or 0x8C970B) is known color: Citron. HEX triplet: 8C, 97 and 0B. RGB value is (140,151,11). Sum of RGB (Red+Green+Blue) = 140+151+11=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #8C970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C970B is #7368F4. Grayscale: #848484. Windows color (decimal): -7563509 or 759692. OLE color: 759692.

HSL color Cylindrical-coordinate representation of color #8C970B: hue angle of 64.71º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C970B is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 151 11 -
CMYK 0.07 0 0.93 0.41
HSL 64.71º 0.86% 0.32% -
HSV(B) 64.71º 0.93% 0.59% -
XYZ 21.94 27.73 4.51 -
YUV 131.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 140 151 11 0.07 0 0.93 0.41 64.71 0.86 0.32
Hex 8C 97 B 7 0 5D 29 41 56 20
Octal 214 227 13 7 0 135 51 101 126 40
Binary 10001100 10010111 1011 111 0 1011101 101001 1000001 1010110 100000

Color Harmonies of #8C970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C970B

Black with #8C970B

Text Example


Text Example

White with #8C970B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,11); }

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

background-color css

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

 a { background-color: rgb(140,151,11); }

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

border-color css

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

 span { border-color: rgb(140,151,11); }

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