Html Css Color HEX #969409 Citron

📋 copy color: '#969409'

red 150 ◦ green 148 ◦ blue 9

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

Shades of Citron #969409

Tints of Citron #969409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

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

R = 48.86%
G = 48.21%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#969409 (or 0x969409) is known color: Citron. HEX triplet: 96, 94 and 09. RGB value is (150,148,9). Sum of RGB (Red+Green+Blue) = 150+148+9=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #969409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969409 is #696BF6. Grayscale: #858585. Windows color (decimal): -6908919 or 627862. OLE color: 627862.

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

Color convert

RGB 150 148 9 -
CMYK 0 0.01 0.94 0.41
HSL 59.15º 0.89% 0.31% -
HSV(B) 59.15º 0.94% 0.59% -
XYZ 23.22 27.68 4.38 -
YUV 132.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 150 148 9 0 0.01 0.94 0.41 59.15 0.89 0.31
Hex 96 94 9 0 1 5E 29 3B 59 1F
Octal 226 224 11 0 1 136 51 73 131 37
Binary 10010110 10010100 1001 0 1 1011110 101001 111011 1011001 11111

Color Harmonies of #969409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969409

Black with #969409

Text Example


Text Example

White with #969409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969409; }

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

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

background-color css

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

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

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

border-color css

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

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

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