Html Css Color HEX #949328 Citron

📋 copy color: '#949328'

red 148 ◦ green 147 ◦ blue 40

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

Shades of Citron #949328

Tints of Citron #949328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.94%

R = 44.18%
G = 43.88%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#949328 (or 0x949328) is known color: Citron. HEX triplet: 94, 93 and 28. RGB value is (148,147,40). Sum of RGB (Red+Green+Blue) = 148+147+40=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #949328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949328 is #6B6CD7. Grayscale: #878787. Windows color (decimal): -7040216 or 2659220. OLE color: 2659220.

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

Color convert

RGB 148 147 40 -
CMYK 0 0.01 0.73 0.42
HSL 59.44º 0.57% 0.37% -
HSV(B) 59.44º 0.73% 0.58% -
XYZ 23.03 27.32 6.07 -
YUV 135.1 74.33 137.2 -
System Red Green Blue C M Y K H S L
Decimal 148 147 40 0 0.01 0.73 0.42 59.44 0.57 0.37
Hex 94 93 28 0 1 49 2A 3B 39 25
Octal 224 223 50 0 1 111 52 73 71 45
Binary 10010100 10010011 101000 0 1 1001001 101010 111011 111001 100101

Color Harmonies of #949328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949328

Black with #949328

Text Example


Text Example

White with #949328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949328; }

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

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

background-color css

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

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

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

border-color css

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

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

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