Html Css Color HEX #969109 Citron

📋 copy color: '#969109'

red 150 ◦ green 145 ◦ blue 9

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

Shades of Citron #969109

Tints of Citron #969109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.96%

R = 49.34%
G = 47.7%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#969109 (or 0x969109) is known color: Citron. HEX triplet: 96, 91 and 09. RGB value is (150,145,9). Sum of RGB (Red+Green+Blue) = 150+145+9=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #969109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969109 is #696EF6. Grayscale: #838383. Windows color (decimal): -6909687 or 627094. OLE color: 627094.

HSL color Cylindrical-coordinate representation of color #969109: hue angle of 57.87º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #969109 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 9 -
CMYK 0 0.03 0.94 0.41
HSL 57.87º 0.89% 0.31% -
HSV(B) 57.87º 0.94% 0.59% -
XYZ 22.75 26.75 4.22 -
YUV 130.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 150 145 9 0 0.03 0.94 0.41 57.87 0.89 0.31
Hex 96 91 9 0 3 5E 29 3A 59 1F
Octal 226 221 11 0 3 136 51 72 131 37
Binary 10010110 10010001 1001 0 11 1011110 101001 111010 1011001 11111

Color Harmonies of #969109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969109

Black with #969109

Text Example


Text Example

White with #969109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969109; }

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

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

background-color css

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

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

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

border-color css

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

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

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