Html Css Color HEX #959421 Citron

📋 copy color: '#959421'

red 149 ◦ green 148 ◦ blue 33

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

Shades of Citron #959421

Tints of Citron #959421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

 BLUE value IS 33 (13.28% from 255) = 10%

R = 45.15%
G = 44.85%
B = 10%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#959421 (or 0x959421) is known color: Citron. HEX triplet: 95, 94 and 21. RGB value is (149,148,33). Sum of RGB (Red+Green+Blue) = 149+148+33=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #959421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959421 is #6A6BDE. Grayscale: #878787. Windows color (decimal): -6974431 or 2200725. OLE color: 2200725.

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

Color convert

RGB 149 148 33 -
CMYK 0 0.01 0.78 0.42
HSL 59.48º 0.64% 0.36% -
HSV(B) 59.48º 0.78% 0.58% -
XYZ 23.26 27.68 5.56 -
YUV 135.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 149 148 33 0 0.01 0.78 0.42 59.48 0.64 0.36
Hex 95 94 21 0 1 4E 2A 3B 40 24
Octal 225 224 41 0 1 116 52 73 100 44
Binary 10010101 10010100 100001 0 1 1001110 101010 111011 1000000 100100

Color Harmonies of #959421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959421

Black with #959421

Text Example


Text Example

White with #959421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959421; }

 p { color: rgb(149,148,33); }

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

background-color css

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

 a { background-color: rgb(149,148,33); }

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

border-color css

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

 span { border-color: rgb(149,148,33); }

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