Html Css Color HEX #959228 Citron

📋 copy color: '#959228'

red 149 ◦ green 146 ◦ blue 40

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

Shades of Citron #959228

Tints of Citron #959228

RGB

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

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

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

R = 44.48%
G = 43.58%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#959228 (or 0x959228) is known color: Citron. HEX triplet: 95, 92 and 28. RGB value is (149,146,40). Sum of RGB (Red+Green+Blue) = 149+146+40=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #959228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959228 is #6A6DD7. Grayscale: #878787. Windows color (decimal): -6974936 or 2658965. OLE color: 2658965.

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

Color convert

RGB 149 146 40 -
CMYK 0 0.02 0.73 0.42
HSL 58.35º 0.58% 0.37% -
HSV(B) 58.35º 0.73% 0.58% -
XYZ 23.06 27.1 6.02 -
YUV 134.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 149 146 40 0 0.02 0.73 0.42 58.35 0.58 0.37
Hex 95 92 28 0 2 49 2A 3A 3A 25
Octal 225 222 50 0 2 111 52 72 72 45
Binary 10010101 10010010 101000 0 10 1001001 101010 111010 111010 100101

Color Harmonies of #959228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959228

Black with #959228

Text Example


Text Example

White with #959228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959228; }

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

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

background-color css

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

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

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

border-color css

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

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

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