Html Css Color HEX #959326 Citron

📋 copy color: '#959326'

red 149 ◦ green 147 ◦ blue 38

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

Shades of Citron #959326

Tints of Citron #959326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 44.61%
G = 44.01%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#959326 (or 0x959326) is known color: Citron. HEX triplet: 95, 93 and 26. RGB value is (149,147,38). Sum of RGB (Red+Green+Blue) = 149+147+38=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #959326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959326 is #6A6CD9. Grayscale: #878787. Windows color (decimal): -6974682 or 2528149. OLE color: 2528149.

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

Color convert

RGB 149 147 38 -
CMYK 0 0.01 0.74 0.42
HSL 58.92º 0.59% 0.37% -
HSV(B) 58.92º 0.74% 0.58% -
XYZ 23.18 27.4 5.9 -
YUV 135.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 149 147 38 0 0.01 0.74 0.42 58.92 0.59 0.37
Hex 95 93 26 0 1 4A 2A 3B 3B 25
Octal 225 223 46 0 1 112 52 73 73 45
Binary 10010101 10010011 100110 0 1 1001010 101010 111011 111011 100101

Color Harmonies of #959326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959326

Black with #959326

Text Example


Text Example

White with #959326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959326; }

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

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

background-color css

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

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

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

border-color css

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

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

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