Html Css Color HEX #968F11 Citron

📋 copy color: '#968F11'

red 150 ◦ green 143 ◦ blue 17

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

Shades of Citron #968F11

Tints of Citron #968F11

RGB

 RED value IS 150 (58.98% from 255) = 48.39%

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

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 48.39%
G = 46.13%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#968F11 (or 0x968F11) is known color: Citron. HEX triplet: 96, 8F and 11. RGB value is (150,143,17). Sum of RGB (Red+Green+Blue) = 150+143+17=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #968F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F11 is #6970EE. Grayscale: #838383. Windows color (decimal): -6910191 or 1150870. OLE color: 1150870.

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

Color convert

RGB 150 143 17 -
CMYK 0 0.05 0.89 0.41
HSL 56.84º 0.8% 0.33% -
HSV(B) 56.84º 0.89% 0.59% -
XYZ 22.5 26.17 4.4 -
YUV 130.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 150 143 17 0 0.05 0.89 0.41 56.84 0.8 0.33
Hex 96 8F 11 0 5 59 29 39 50 21
Octal 226 217 21 0 5 131 51 71 120 41
Binary 10010110 10001111 10001 0 101 1011001 101001 111001 1010000 100001

Color Harmonies of #968F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F11

Black with #968F11

Text Example


Text Example

White with #968F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968F11; }

 p { color: rgb(150,143,17); }

 H1.HeaderClassName
 {
   color: #968F11;
 }
 .AnyTagClassName
 {
   color: #968F11;
 }
</style>

background-color css

<style>
 a { background-color: #968F11; }

 a { background-color: rgb(150,143,17); }

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

border-color css

<style>
 span { border-color: #968F11; }

 span { border-color: rgb(150,143,17); }

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