Html Css Color HEX #969609 Citron

📋 copy color: '#969609'

red 150 ◦ green 150 ◦ blue 9

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

Shades of Citron #969609

Tints of Citron #969609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.54%

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

R = 48.54%
G = 48.54%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#969609 (or 0x969609) is known color: Citron. HEX triplet: 96, 96 and 09. RGB value is (150,150,9). Sum of RGB (Red+Green+Blue) = 150+150+9=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969609 is #6969F6. Grayscale: #868686. Windows color (decimal): -6908407 or 628374. OLE color: 628374.

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

Color convert

RGB 150 150 9 -
CMYK 0 0 0.94 0.41
HSL 60º 0.89% 0.31% -
HSV(B) 60º 0.94% 0.59% -
XYZ 23.53 28.32 4.48 -
YUV 133.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 150 150 9 0 0 0.94 0.41 60 0.89 0.31
Hex 96 96 9 0 0 5E 29 3C 59 1F
Octal 226 226 11 0 0 136 51 74 131 37
Binary 10010110 10010110 1001 0 0 1011110 101001 111100 1011001 11111

Color Harmonies of #969609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969609

Black with #969609

Text Example


Text Example

White with #969609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969609; }

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

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

background-color css

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

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

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

border-color css

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

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

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