Html Css Color HEX #969110 Citron

📋 copy color: '#969110'

red 150 ◦ green 145 ◦ blue 16

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

Shades of Citron #969110

Tints of Citron #969110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 48.23%
G = 46.62%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#969110 (or 0x969110) is known color: Citron. HEX triplet: 96, 91 and 10. RGB value is (150,145,16). Sum of RGB (Red+Green+Blue) = 150+145+16=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #969110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969110 is #696EEF. Grayscale: #848484. Windows color (decimal): -6909680 or 1085846. OLE color: 1085846.

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

Color convert

RGB 150 145 16 -
CMYK 0 0.03 0.89 0.41
HSL 57.76º 0.81% 0.33% -
HSV(B) 57.76º 0.89% 0.59% -
XYZ 22.8 26.77 4.46 -
YUV 131.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 150 145 16 0 0.03 0.89 0.41 57.76 0.81 0.33
Hex 96 91 10 0 3 59 29 3A 51 21
Octal 226 221 20 0 3 131 51 72 121 41
Binary 10010110 10010001 10000 0 11 1011001 101001 111010 1010001 100001

Color Harmonies of #969110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969110

Black with #969110

Text Example


Text Example

White with #969110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969110; }

 p { color: rgb(150,145,16); }

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

background-color css

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

 a { background-color: rgb(150,145,16); }

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

border-color css

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

 span { border-color: rgb(150,145,16); }

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