Html Css Color HEX #949803 Citron

📋 copy color: '#949803'

red 148 ◦ green 152 ◦ blue 3

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

Shades of Citron #949803

Tints of Citron #949803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.17%

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

R = 48.84%
G = 50.17%
B = 0.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#949803 (or 0x949803) is known color: Citron. HEX triplet: 94, 98 and 03. RGB value is (148,152,3). Sum of RGB (Red+Green+Blue) = 148+152+3=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #949803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949803 is #6B67FC. Grayscale: #868686. Windows color (decimal): -7038973 or 235668. OLE color: 235668.

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

Color convert

RGB 148 152 3 -
CMYK 0.03 0 0.98 0.40
HSL 61.61º 0.96% 0.3% -
HSV(B) 61.61º 0.98% 0.6% -
XYZ 23.46 28.76 4.4 -
YUV 133.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 148 152 3 0.03 0 0.98 0.40 61.61 0.96 0.3
Hex 94 98 3 3 0 62 28 3E 60 1E
Octal 224 230 3 3 0 142 50 76 140 36
Binary 10010100 10011000 11 11 0 1100010 101000 111110 1100000 11110

Color Harmonies of #949803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949803

Black with #949803

Text Example


Text Example

White with #949803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949803; }

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

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

background-color css

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

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

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

border-color css

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

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

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