Html Css Color HEX #959424 Citron

📋 copy color: '#959424'

red 149 ◦ green 148 ◦ blue 36

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

Shades of Citron #959424

Tints of Citron #959424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 44.74%
G = 44.44%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#959424 (or 0x959424) is known color: Citron. HEX triplet: 95, 94 and 24. RGB value is (149,148,36). Sum of RGB (Red+Green+Blue) = 149+148+36=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #959424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959424 is #6A6BDB. Grayscale: #878787. Windows color (decimal): -6974428 or 2397333. OLE color: 2397333.

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

Color convert

RGB 149 148 36 -
CMYK 0 0.01 0.76 0.42
HSL 59.47º 0.61% 0.36% -
HSV(B) 59.47º 0.76% 0.58% -
XYZ 23.3 27.7 5.79 -
YUV 135.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 149 148 36 0 0.01 0.76 0.42 59.47 0.61 0.36
Hex 95 94 24 0 1 4C 2A 3B 3D 24
Octal 225 224 44 0 1 114 52 73 75 44
Binary 10010101 10010100 100100 0 1 1001100 101010 111011 111101 100100

Color Harmonies of #959424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959424

Black with #959424

Text Example


Text Example

White with #959424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959424; }

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

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

background-color css

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

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

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

border-color css

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

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

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