Html Css Color HEX #949509 Citron

📋 copy color: '#949509'

red 148 ◦ green 149 ◦ blue 9

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

Shades of Citron #949509

Tints of Citron #949509

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #949509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949509

Black with #949509

Text Example


Text Example

White with #949509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949509; }

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

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

background-color css

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

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

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

border-color css

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

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

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