Html Css Color HEX #959E31 Citron

📋 copy color: '#959E31'

red 149 ◦ green 158 ◦ blue 49

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

Shades of Citron #959E31

Tints of Citron #959E31

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.38%

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 41.85%
G = 44.38%
B = 13.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#959E31 (or 0x959E31) is known color: Citron. HEX triplet: 95, 9E and 31. RGB value is (149,158,49). Sum of RGB (Red+Green+Blue) = 149+158+49=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #959E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959E31 is #6A61CE. Grayscale: #8F8F8F. Windows color (decimal): -6971855 or 3251861. OLE color: 3251861.

HSL color Cylindrical-coordinate representation of color #959E31: hue angle of 64.95º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #959E31 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 49 -
CMYK 0.06 0 0.69 0.38
HSL 64.95º 0.53% 0.41% -
HSV(B) 64.95º 0.69% 0.62% -
XYZ 25.18 31.07 7.57 -
YUV 142.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 149 158 49 0.06 0 0.69 0.38 64.95 0.53 0.41
Hex 95 9E 31 6 0 45 26 41 35 29
Octal 225 236 61 6 0 105 46 101 65 51
Binary 10010101 10011110 110001 110 0 1000101 100110 1000001 110101 101001

Color Harmonies of #959E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E31

Black with #959E31

Text Example


Text Example

White with #959E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959E31; }

 p { color: rgb(149,158,49); }

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

background-color css

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

 a { background-color: rgb(149,158,49); }

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

border-color css

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

 span { border-color: rgb(149,158,49); }

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