Html Css Color HEX #969311 Citron

📋 copy color: '#969311'

red 150 ◦ green 147 ◦ blue 17

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

Shades of Citron #969311

Tints of Citron #969311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.82%

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

R = 47.77%
G = 46.82%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#969311 (or 0x969311) is known color: Citron. HEX triplet: 96, 93 and 11. RGB value is (150,147,17). Sum of RGB (Red+Green+Blue) = 150+147+17=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #969311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969311 is #696CEE. Grayscale: #858585. Windows color (decimal): -6909167 or 1151894. OLE color: 1151894.

HSL color Cylindrical-coordinate representation of color #969311: hue angle of 58.65º 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 #969311 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 17 -
CMYK 0 0.02 0.89 0.41
HSL 58.65º 0.8% 0.33% -
HSV(B) 58.65º 0.89% 0.59% -
XYZ 23.11 27.39 4.6 -
YUV 133.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 150 147 17 0 0.02 0.89 0.41 58.65 0.8 0.33
Hex 96 93 11 0 2 59 29 3B 50 21
Octal 226 223 21 0 2 131 51 73 120 41
Binary 10010110 10010011 10001 0 10 1011001 101001 111011 1010000 100001

Color Harmonies of #969311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969311

Black with #969311

Text Example


Text Example

White with #969311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969311; }

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

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

background-color css

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

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

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

border-color css

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

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

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