Html Css Color HEX #959328 Citron

📋 copy color: '#959328'

red 149 ◦ green 147 ◦ blue 40

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

Shades of Citron #959328

Tints of Citron #959328

RGB

 RED value IS 149 (58.59% from 255) = 44.35%

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

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

R = 44.35%
G = 43.75%
B = 11.9%

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

#959328 (or 0x959328) is known color: Citron. HEX triplet: 95, 93 and 28. RGB value is (149,147,40). Sum of RGB (Red+Green+Blue) = 149+147+40=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #959328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959328 is #6A6CD7. Grayscale: #878787. Windows color (decimal): -6974680 or 2659221. OLE color: 2659221.

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

Color convert

RGB 149 147 40 -
CMYK 0 0.01 0.73 0.42
HSL 58.9º 0.58% 0.37% -
HSV(B) 58.9º 0.73% 0.58% -
XYZ 23.21 27.41 6.07 -
YUV 135.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 149 147 40 0 0.01 0.73 0.42 58.9 0.58 0.37
Hex 95 93 28 0 1 49 2A 3B 3A 25
Octal 225 223 50 0 1 111 52 73 72 45
Binary 10010101 10010011 101000 0 1 1001001 101010 111011 111010 100101

Color Harmonies of #959328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959328

Black with #959328

Text Example


Text Example

White with #959328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959328; }

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

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

background-color css

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

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

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

border-color css

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

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

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