Html Css Color HEX #949805 Citron

📋 copy color: '#949805'

red 148 ◦ green 152 ◦ blue 5

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

Shades of Citron #949805

Tints of Citron #949805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 48.52%
G = 49.84%
B = 1.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#949805 (or 0x949805) is known color: Citron. HEX triplet: 94, 98 and 05. RGB value is (148,152,5). Sum of RGB (Red+Green+Blue) = 148+152+5=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #949805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949805 is #6B67FA. Grayscale: #868686. Windows color (decimal): -7038971 or 366740. OLE color: 366740.

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

Color convert

RGB 148 152 5 -
CMYK 0.03 0 0.97 0.40
HSL 61.63º 0.94% 0.31% -
HSV(B) 61.63º 0.97% 0.6% -
XYZ 23.47 28.76 4.46 -
YUV 134.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 148 152 5 0.03 0 0.97 0.40 61.63 0.94 0.31
Hex 94 98 5 3 0 61 28 3E 5E 1F
Octal 224 230 5 3 0 141 50 76 136 37
Binary 10010100 10011000 101 11 0 1100001 101000 111110 1011110 11111

Color Harmonies of #949805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949805

Black with #949805

Text Example


Text Example

White with #949805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949805; }

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

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

background-color css

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

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

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

border-color css

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

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

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