Html Css Color HEX #959226 Citron

📋 copy color: '#959226'

red 149 ◦ green 146 ◦ blue 38

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

Shades of Citron #959226

Tints of Citron #959226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

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

R = 44.74%
G = 43.84%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#959226 (or 0x959226) is known color: Citron. HEX triplet: 95, 92 and 26. RGB value is (149,146,38). Sum of RGB (Red+Green+Blue) = 149+146+38=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #959226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959226 is #6A6DD9. Grayscale: #878787. Windows color (decimal): -6974938 or 2527893. OLE color: 2527893.

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

Color convert

RGB 149 146 38 -
CMYK 0 0.02 0.74 0.42
HSL 58.38º 0.59% 0.37% -
HSV(B) 58.38º 0.74% 0.58% -
XYZ 23.02 27.09 5.85 -
YUV 134.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 149 146 38 0 0.02 0.74 0.42 58.38 0.59 0.37
Hex 95 92 26 0 2 4A 2A 3A 3B 25
Octal 225 222 46 0 2 112 52 72 73 45
Binary 10010101 10010010 100110 0 10 1001010 101010 111010 111011 100101

Color Harmonies of #959226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959226

Black with #959226

Text Example


Text Example

White with #959226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959226; }

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

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

background-color css

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

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

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

border-color css

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

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

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