Html Css Color HEX #949218 Citron

📋 copy color: '#949218'

red 148 ◦ green 146 ◦ blue 24

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

Shades of Citron #949218

Tints of Citron #949218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.91%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 46.54%
G = 45.91%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#949218 (or 0x949218) is known color: Citron. HEX triplet: 94, 92 and 18. RGB value is (148,146,24). Sum of RGB (Red+Green+Blue) = 148+146+24=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #949218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949218 is #6B6DE7. Grayscale: #858585. Windows color (decimal): -7040488 or 1610388. OLE color: 1610388.

HSL color Cylindrical-coordinate representation of color #949218: hue angle of 59.03º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #949218 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 24 -
CMYK 0 0.01 0.84 0.42
HSL 59.03º 0.72% 0.34% -
HSV(B) 59.03º 0.84% 0.58% -
XYZ 22.66 26.92 4.87 -
YUV 132.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 148 146 24 0 0.01 0.84 0.42 59.03 0.72 0.34
Hex 94 92 18 0 1 54 2A 3B 48 22
Octal 224 222 30 0 1 124 52 73 110 42
Binary 10010100 10010010 11000 0 1 1010100 101010 111011 1001000 100010

Color Harmonies of #949218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949218

Black with #949218

Text Example


Text Example

White with #949218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949218; }

 p { color: rgb(148,146,24); }

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

background-color css

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

 a { background-color: rgb(148,146,24); }

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

border-color css

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

 span { border-color: rgb(148,146,24); }

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