Html Css Color HEX #949016 Citron

📋 copy color: '#949016'

red 148 ◦ green 144 ◦ blue 22

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

Shades of Citron #949016

Tints of Citron #949016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 47.13%
G = 45.86%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#949016 (or 0x949016) is known color: Citron. HEX triplet: 94, 90 and 16. RGB value is (148,144,22). Sum of RGB (Red+Green+Blue) = 148+144+22=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #949016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949016 is #6B6FE9. Grayscale: #838383. Windows color (decimal): -7041002 or 1478804. OLE color: 1478804.

HSL color Cylindrical-coordinate representation of color #949016: hue angle of 58.1º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #949016 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 22 -
CMYK 0 0.03 0.85 0.42
HSL 58.1º 0.74% 0.33% -
HSV(B) 58.1º 0.85% 0.58% -
XYZ 22.33 26.3 4.66 -
YUV 131.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 148 144 22 0 0.03 0.85 0.42 58.1 0.74 0.33
Hex 94 90 16 0 3 55 2A 3A 4A 21
Octal 224 220 26 0 3 125 52 72 112 41
Binary 10010100 10010000 10110 0 11 1010101 101010 111010 1001010 100001

Color Harmonies of #949016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949016

Black with #949016

Text Example


Text Example

White with #949016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949016; }

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

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

background-color css

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

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

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

border-color css

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

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

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