Html Css Color HEX #959E2F Citron

📋 copy color: '#959E2F'

red 149 ◦ green 158 ◦ blue 47

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

Shades of Citron #959E2F

Tints of Citron #959E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 42.09%
G = 44.63%
B = 13.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#959E2F (or 0x959E2F) is known color: Citron. HEX triplet: 95, 9E and 2F. RGB value is (149,158,47). Sum of RGB (Red+Green+Blue) = 149+158+47=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #959E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959E2F is #6A61D0. Grayscale: #8F8F8F. Windows color (decimal): -6971857 or 3120789. OLE color: 3120789.

HSL color Cylindrical-coordinate representation of color #959E2F: hue angle of 64.86º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #959E2F is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 47 -
CMYK 0.06 0 0.70 0.38
HSL 64.86º 0.54% 0.4% -
HSV(B) 64.86º 0.7% 0.62% -
XYZ 25.13 31.05 7.36 -
YUV 142.66 74.02 132.53 -
System Red Green Blue C M Y K H S L
Decimal 149 158 47 0.06 0 0.70 0.38 64.86 0.54 0.4
Hex 95 9E 2F 6 0 46 26 41 36 28
Octal 225 236 57 6 0 106 46 101 66 50
Binary 10010101 10011110 101111 110 0 1000110 100110 1000001 110110 101000

Color Harmonies of #959E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E2F

Black with #959E2F

Text Example


Text Example

White with #959E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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