Html Css Color HEX #959409 Citron

📋 copy color: '#959409'

red 149 ◦ green 148 ◦ blue 9

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

Shades of Citron #959409

Tints of Citron #959409

RGB

 RED value IS 149 (58.59% from 255) = 48.69%

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

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

R = 48.69%
G = 48.37%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#959409 (or 0x959409) is known color: Citron. HEX triplet: 95, 94 and 09. RGB value is (149,148,9). Sum of RGB (Red+Green+Blue) = 149+148+9=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #959409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959409 is #6A6BF6. Grayscale: #858585. Windows color (decimal): -6974455 or 627861. OLE color: 627861.

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

Color convert

RGB 149 148 9 -
CMYK 0 0.01 0.94 0.42
HSL 59.57º 0.89% 0.31% -
HSV(B) 59.57º 0.94% 0.58% -
XYZ 23.03 27.59 4.37 -
YUV 132.45 58.33 139.8 -
System Red Green Blue C M Y K H S L
Decimal 149 148 9 0 0.01 0.94 0.42 59.57 0.89 0.31
Hex 95 94 9 0 1 5E 2A 3C 59 1F
Octal 225 224 11 0 1 136 52 74 131 37
Binary 10010101 10010100 1001 0 1 1011110 101010 111100 1011001 11111

Color Harmonies of #959409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959409

Black with #959409

Text Example


Text Example

White with #959409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959409; }

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

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

background-color css

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

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

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

border-color css

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

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

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