Html Css Color HEX #949606 Citron

📋 copy color: '#949606'

red 148 ◦ green 150 ◦ blue 6

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

Shades of Citron #949606

Tints of Citron #949606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 48.68%
G = 49.34%
B = 1.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#949606 (or 0x949606) is known color: Citron. HEX triplet: 94, 96 and 06. RGB value is (148,150,6). Sum of RGB (Red+Green+Blue) = 148+150+6=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #949606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949606 is #6B69F9. Grayscale: #858585. Windows color (decimal): -7039482 or 431764. OLE color: 431764.

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

Color convert

RGB 148 150 6 -
CMYK 0.01 0 0.96 0.41
HSL 60.83º 0.92% 0.31% -
HSV(B) 60.83º 0.96% 0.59% -
XYZ 23.15 28.12 4.38 -
YUV 132.99 56.34 138.71 -
System Red Green Blue C M Y K H S L
Decimal 148 150 6 0.01 0 0.96 0.41 60.83 0.92 0.31
Hex 94 96 6 1 0 60 29 3D 5C 1F
Octal 224 226 6 1 0 140 51 75 134 37
Binary 10010100 10010110 110 1 0 1100000 101001 111101 1011100 11111

Color Harmonies of #949606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949606

Black with #949606

Text Example


Text Example

White with #949606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949606; }

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

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

background-color css

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

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

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

border-color css

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

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

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