Html Css Color HEX #959C32 Citron

📋 copy color: '#959C32'

red 149 ◦ green 156 ◦ blue 50

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

Shades of Citron #959C32

Tints of Citron #959C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.94%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 41.97%
G = 43.94%
B = 14.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#959C32 (or 0x959C32) is known color: Citron. HEX triplet: 95, 9C and 32. RGB value is (149,156,50). Sum of RGB (Red+Green+Blue) = 149+156+50=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #959C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959C32 is #6A63CD. Grayscale: #8E8E8E. Windows color (decimal): -6972366 or 3316885. OLE color: 3316885.

HSL color Cylindrical-coordinate representation of color #959C32: hue angle of 63.96º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #959C32 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 156 50 -
CMYK 0.04 0 0.68 0.39
HSL 63.96º 0.51% 0.4% -
HSV(B) 63.96º 0.68% 0.61% -
XYZ 24.86 30.4 7.57 -
YUV 141.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 149 156 50 0.04 0 0.68 0.39 63.96 0.51 0.4
Hex 95 9C 32 4 0 44 27 40 33 28
Octal 225 234 62 4 0 104 47 100 63 50
Binary 10010101 10011100 110010 100 0 1000100 100111 1000000 110011 101000

Color Harmonies of #959C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C32

Black with #959C32

Text Example


Text Example

White with #959C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,156,50); }

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

background-color css

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

 a { background-color: rgb(149,156,50); }

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

border-color css

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

 span { border-color: rgb(149,156,50); }

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