Html Css Color HEX #949316 Citron

📋 copy color: '#949316'

red 148 ◦ green 147 ◦ blue 22

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

Shades of Citron #949316

Tints of Citron #949316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.37%

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

R = 46.69%
G = 46.37%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#949316 (or 0x949316) is known color: Citron. HEX triplet: 94, 93 and 16. RGB value is (148,147,22). Sum of RGB (Red+Green+Blue) = 148+147+22=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #949316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949316 is #6B6CE9. Grayscale: #858585. Windows color (decimal): -7040234 or 1479572. OLE color: 1479572.

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

Color convert

RGB 148 147 22 -
CMYK 0 0.01 0.85 0.42
HSL 59.52º 0.74% 0.33% -
HSV(B) 59.52º 0.85% 0.58% -
XYZ 22.79 27.22 4.81 -
YUV 133.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 148 147 22 0 0.01 0.85 0.42 59.52 0.74 0.33
Hex 94 93 16 0 1 55 2A 3C 4A 21
Octal 224 223 26 0 1 125 52 74 112 41
Binary 10010100 10010011 10110 0 1 1010101 101010 111100 1001010 100001

Color Harmonies of #949316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949316

Black with #949316

Text Example


Text Example

White with #949316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949316; }

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

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

background-color css

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

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

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

border-color css

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

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

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