Html Css Color HEX #949609 Citron

📋 copy color: '#949609'

red 148 ◦ green 150 ◦ blue 9

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

Shades of Citron #949609

Tints of Citron #949609

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 148 150 9 -
CMYK 0.01 0 0.94 0.41
HSL 60.85º 0.89% 0.31% -
HSV(B) 60.85º 0.94% 0.59% -
XYZ 23.17 28.13 4.47 -
YUV 133.33 57.84 138.46 -
System Red Green Blue C M Y K H S L
Decimal 148 150 9 0.01 0 0.94 0.41 60.85 0.89 0.31
Hex 94 96 9 1 0 5E 29 3D 59 1F
Octal 224 226 11 1 0 136 51 75 131 37
Binary 10010100 10010110 1001 1 0 1011110 101001 111101 1011001 11111

Color Harmonies of #949609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949609

Black with #949609

Text Example


Text Example

White with #949609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949609; }

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

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

background-color css

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

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

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

border-color css

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

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

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