Html Css Color HEX #978F12 Citron

📋 copy color: '#978F12'

red 151 ◦ green 143 ◦ blue 18

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

Shades of Citron #978F12

Tints of Citron #978F12

RGB

 RED value IS 151 (59.38% from 255) = 48.4%

 GREEN value IS 143 (56.25% from 255) = 45.83%

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 48.4%
G = 45.83%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#978F12 (or 0x978F12) is known color: Citron. HEX triplet: 97, 8F and 12. RGB value is (151,143,18). Sum of RGB (Red+Green+Blue) = 151+143+18=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #978F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978F12 is #6870ED. Grayscale: #838383. Windows color (decimal): -6844654 or 1216407. OLE color: 1216407.

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

Color convert

RGB 151 143 18 -
CMYK 0 0.05 0.88 0.41
HSL 56.39º 0.79% 0.33% -
HSV(B) 56.39º 0.88% 0.59% -
XYZ 22.69 26.27 4.45 -
YUV 131.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 151 143 18 0 0.05 0.88 0.41 56.39 0.79 0.33
Hex 97 8F 12 0 5 58 29 38 4F 21
Octal 227 217 22 0 5 130 51 70 117 41
Binary 10010111 10001111 10010 0 101 1011000 101001 111000 1001111 100001

Color Harmonies of #978F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F12

Black with #978F12

Text Example


Text Example

White with #978F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978F12; }

 p { color: rgb(151,143,18); }

 H1.HeaderClassName
 {
   color: #978F12;
 }
 .AnyTagClassName
 {
   color: #978F12;
 }
</style>

background-color css

<style>
 a { background-color: #978F12; }

 a { background-color: rgb(151,143,18); }

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

border-color css

<style>
 span { border-color: #978F12; }

 span { border-color: rgb(151,143,18); }

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