Html Css Color HEX #949C09 Citron

📋 copy color: '#949C09'

red 148 ◦ green 156 ◦ blue 9

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

Shades of Citron #949C09

Tints of Citron #949C09

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.84%

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

R = 47.28%
G = 49.84%
B = 2.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#949C09 (or 0x949C09) is known color: Citron. HEX triplet: 94, 9C and 09. RGB value is (148,156,9). Sum of RGB (Red+Green+Blue) = 148+156+9=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #949C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949C09 is #6B63F6. Grayscale: #898989. Windows color (decimal): -7037943 or 629908. OLE color: 629908.

HSL color Cylindrical-coordinate representation of color #949C09: hue angle of 63.27º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #949C09 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 9 -
CMYK 0.05 0 0.94 0.39
HSL 63.27º 0.89% 0.32% -
HSV(B) 63.27º 0.94% 0.61% -
XYZ 24.15 30.09 4.79 -
YUV 136.85 55.85 135.95 -
System Red Green Blue C M Y K H S L
Decimal 148 156 9 0.05 0 0.94 0.39 63.27 0.89 0.32
Hex 94 9C 9 5 0 5E 27 3F 59 20
Octal 224 234 11 5 0 136 47 77 131 40
Binary 10010100 10011100 1001 101 0 1011110 100111 111111 1011001 100000

Color Harmonies of #949C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C09

Black with #949C09

Text Example


Text Example

White with #949C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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