Html Css Color HEX #959F2C Citron

📋 copy color: '#959F2C'

red 149 ◦ green 159 ◦ blue 44

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

Shades of Citron #959F2C

Tints of Citron #959F2C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.17%

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 42.33%
G = 45.17%
B = 12.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#959F2C (or 0x959F2C) is known color: Citron. HEX triplet: 95, 9F and 2C. RGB value is (149,159,44). Sum of RGB (Red+Green+Blue) = 149+159+44=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #959F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959F2C is #6A60D3. Grayscale: #8F8F8F. Windows color (decimal): -6971604 or 2924437. OLE color: 2924437.

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

Color convert

RGB 149 159 44 -
CMYK 0.06 0 0.72 0.38
HSL 65.22º 0.57% 0.4% -
HSV(B) 65.22º 0.72% 0.62% -
XYZ 25.25 31.37 7.11 -
YUV 142.9 72.19 132.35 -
System Red Green Blue C M Y K H S L
Decimal 149 159 44 0.06 0 0.72 0.38 65.22 0.57 0.4
Hex 95 9F 2C 6 0 48 26 41 39 28
Octal 225 237 54 6 0 110 46 101 71 50
Binary 10010101 10011111 101100 110 0 1001000 100110 1000001 111001 101000

Color Harmonies of #959F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F2C

Black with #959F2C

Text Example


Text Example

White with #959F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,159,44); }

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

background-color css

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

 a { background-color: rgb(149,159,44); }

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

border-color css

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

 span { border-color: rgb(149,159,44); }

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