Html Css Color HEX #949018 Citron

📋 copy color: '#949018'

red 148 ◦ green 144 ◦ blue 24

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

Shades of Citron #949018

Tints of Citron #949018

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.57%

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

R = 46.84%
G = 45.57%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#949018 (or 0x949018) is known color: Citron. HEX triplet: 94, 90 and 18. RGB value is (148,144,24). Sum of RGB (Red+Green+Blue) = 148+144+24=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #949018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949018 is #6B6FE7. Grayscale: #838383. Windows color (decimal): -7041000 or 1609876. OLE color: 1609876.

HSL color Cylindrical-coordinate representation of color #949018: hue angle of 58.06º 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 #949018 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 24 -
CMYK 0 0.03 0.84 0.42
HSL 58.06º 0.72% 0.34% -
HSV(B) 58.06º 0.84% 0.58% -
XYZ 22.35 26.31 4.76 -
YUV 131.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 148 144 24 0 0.03 0.84 0.42 58.06 0.72 0.34
Hex 94 90 18 0 3 54 2A 3A 48 22
Octal 224 220 30 0 3 124 52 72 110 42
Binary 10010100 10010000 11000 0 11 1010100 101010 111010 1001000 100010

Color Harmonies of #949018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949018

Black with #949018

Text Example


Text Example

White with #949018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949018; }

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

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

background-color css

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

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

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

border-color css

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

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

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