Html Css Color HEX #949918 Citron

📋 copy color: '#949918'

red 148 ◦ green 153 ◦ blue 24

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

Shades of Citron #949918

Tints of Citron #949918

RGB

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

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

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

R = 45.54%
G = 47.08%
B = 7.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#949918 (or 0x949918) is known color: Citron. HEX triplet: 94, 99 and 18. RGB value is (148,153,24). Sum of RGB (Red+Green+Blue) = 148+153+24=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #949918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949918 is #6B66E7. Grayscale: #898989. Windows color (decimal): -7038696 or 1612180. OLE color: 1612180.

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

Color convert

RGB 148 153 24 -
CMYK 0.03 0 0.84 0.4
HSL 62.33º 0.73% 0.35% -
HSV(B) 62.33º 0.84% 0.6% -
XYZ 23.77 29.14 5.24 -
YUV 136.8 64.34 135.99 -
System Red Green Blue C M Y K H S L
Decimal 148 153 24 0.03 0 0.84 0.4 62.33 0.73 0.35
Hex 94 99 18 3 0 54 28 3E 49 23
Octal 224 231 30 3 0 124 50 76 111 43
Binary 10010100 10011001 11000 11 0 1010100 101000 111110 1001001 100011

Color Harmonies of #949918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949918

Black with #949918

Text Example


Text Example

White with #949918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949918; }

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

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

background-color css

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

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

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

border-color css

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

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

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