Html Css Color HEX #949D09 Citron

📋 copy color: '#949D09'

red 148 ◦ green 157 ◦ blue 9

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

Shades of Citron #949D09

Tints of Citron #949D09

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50%

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

R = 47.13%
G = 50%
B = 2.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#949D09 (or 0x949D09) is known color: Citron. HEX triplet: 94, 9D and 09. RGB value is (148,157,9). Sum of RGB (Red+Green+Blue) = 148+157+9=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #949D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949D09 is #6B62F6. Grayscale: #8A8A8A. Windows color (decimal): -7037687 or 630164. OLE color: 630164.

HSL color Cylindrical-coordinate representation of color #949D09: hue angle of 63.65º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #949D09 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 9 -
CMYK 0.06 0 0.94 0.38
HSL 63.65º 0.89% 0.33% -
HSV(B) 63.65º 0.94% 0.62% -
XYZ 24.32 30.43 4.85 -
YUV 137.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 148 157 9 0.06 0 0.94 0.38 63.65 0.89 0.33
Hex 94 9D 9 6 0 5E 26 40 59 21
Octal 224 235 11 6 0 136 46 100 131 41
Binary 10010100 10011101 1001 110 0 1011110 100110 1000000 1011001 100001

Color Harmonies of #949D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D09

Black with #949D09

Text Example


Text Example

White with #949D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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