Html Css Color HEX #949903 Citron

📋 copy color: '#949903'

red 148 ◦ green 153 ◦ blue 3

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

Shades of Citron #949903

Tints of Citron #949903

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.33%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 48.68%
G = 50.33%
B = 0.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#949903 (or 0x949903) is known color: Citron. HEX triplet: 94, 99 and 03. RGB value is (148,153,3). Sum of RGB (Red+Green+Blue) = 148+153+3=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #949903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949903 is #6B66FC. Grayscale: #878787. Windows color (decimal): -7038717 or 235924. OLE color: 235924.

HSL color Cylindrical-coordinate representation of color #949903: hue angle of 62º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #949903 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 3 -
CMYK 0.03 0 0.98 0.4
HSL 62º 0.96% 0.31% -
HSV(B) 62º 0.98% 0.6% -
XYZ 23.62 29.08 4.46 -
YUV 134.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 148 153 3 0.03 0 0.98 0.4 62 0.96 0.31
Hex 94 99 3 3 0 62 28 3E 60 1F
Octal 224 231 3 3 0 142 50 76 140 37
Binary 10010100 10011001 11 11 0 1100010 101000 111110 1100000 11111

Color Harmonies of #949903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949903

Black with #949903

Text Example


Text Example

White with #949903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949903; }

 p { color: rgb(148,153,3); }

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

background-color css

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

 a { background-color: rgb(148,153,3); }

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

border-color css

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

 span { border-color: rgb(148,153,3); }

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